Cron expression for every week monday at 9:30 AM
Answers
kikme
248
Points
12
Posts
|
Use following cron expression:
It will run every Monday at 9:30 AM. Reference: https://crontab.guru/#30_9_*_*_MON
Posted On:
05-Oct-2019 00:19
|
Rashmi
1068
Points
19
Posts
|
Following are the explanation of cron expression:
So, according to above cron expression to execute every Monday at 9:30 AM will be
Posted On:
05-Oct-2019 00:36
I have tried but not executing webjob. - sam 23-Oct-2019 19:09
|
Smith
2890
Points
78
Posts
|
Azure webjobs uses NCRONTAB expressions and we can use following reference for this:
5 part expression:
6 part expression:
So you can use following:
OR
Posted On:
26-Oct-2019 01:48
thanks @smith. 6 part expression works for me. I have used like "0 30 9 * * 1" - sam 02-Nov-2019 03:17
|
Blog
Active User (0)
No Active User!