Needed Cron expression

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

@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

Hi @Sudharsan_Ka

Try with this expression

Cheers @Sudharsan_Ka

1 Like

@Sudharsan_Ka

May be you can try as below

0 30/30 7-13 ? * * *

Hope this may help you

Thanks

HI @Sudharsan_Ka ,
use below cron expression
0 30/30 7-13 ? * * *

Regards,
Arivu

1 Like

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

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