Hi
I need to set the trigger for every 30 minutes between
7:30 - 13:00
It should starts at 7:30 and need to run for every 30 minutes(08:00 / 08:30 / 09:00 / 09:30 / 10:00 / 10:30 / 11:00 / 11:30 / 12:00/12:30)
How can I give Cron expression for this ?
Note: It should stop after 13:00
Regards
Sudharsan
Srini84
(Srinivas Kadamati)
October 1, 2021, 2:32pm
2
@Sudharsan_Ka
Check below for your reference
Expression will be : 0 30/30 7-13 ? * * *
Hope this may help you
Thanks
Hello @Srini84
Can I get an exact expression please because I am new to this CRON.
Regards
Sudharsan
Srini84
(Srinivas Kadamati)
October 1, 2021, 2:46pm
5
@Sudharsan_Ka
May be you can try as below
0 30/30 7-13 ? * * *
Hope this may help you
Thanks
arivu96
(Arivazhagan A)
October 1, 2021, 2:48pm
6
HI @Sudharsan_Ka ,
use below cron expression
0 30/30 7-13 ? * * *
Regards,
Arivu
1 Like
Dawodm
(Mahmoud Dawod)
October 1, 2021, 3:07pm
7
Hi @Sudharsan_Ka
I think you got your answer from the comments.
But if you are interested in learning, how to set a cron expression, here is a video on how to do that, step by step. I hope this helps you for further schedulings.
Best regards
Mahmoud
1 Like
system
(system)
Closed
October 8, 2021, 11:30am
8
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.