Schedule a CRONJOB at 5:45 AM until 8 A.M

Hi there,

I need to schedule a CRONJOB on the orchestrator that run a JOB at 5:45 AM every 5 minutes until 8:00 A.M, is possible to schedule a CRONJOB with this information?

I already tried with 0 45/5 18-19 ? * MON,TUE,WED,THU,FRI *, but in this case the Job will start every 5 minutes after XX:45 minutes.

Could you please help me?
Thanks

Hi @vittorio.cimmino

Please try the following cron expression & let us know:

0 45-59/5 5-7 ? * MON,TUE,WED,THU,FRI *

Hope this helps,
Best Regards.

With this Cronjob che orchestrator says that
‘Every 5 minutes, minutes 45 through 59 past the hour, between 05:00 AM and 07:59 AM, only on Monday, Tuesday, Wednesday, Thursday, and Friday’

I tried to test this cron expression but only start from '45 minute. I need that this start at '45 minute only at 5:00, the other hour it must start from '00 minute

@vittorio.cimmino

Single cron expression will not cater for this case…you need to use atleast two…5:45 to 6 and 6 to 8 or 45 min to 59 mins and 0 to 44 mins

Cheers

1 Like

Ok perfect, so i have to create two trigger each

Thank you a lot,
Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.