-
Try
0 8 */5 * * ?instead. The cron expression format:https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html#format
-
Try
0 8 */5 * * ?instead. The cron expression format:https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html#format
I was using that format, but onedev seemed to be building it, idk maybe every 5 hours or so
-
Try
0 8 */5 * * ?instead. The cron expression format:https://www.quartz-scheduler.org/documentation/quartz-2.3.0/tutorials/crontrigger.html#format
I was using that format, but onedev seemed to be building it, idk maybe every 5 hours or so
This is expected behavior:
Run at minute 8, second 0, every 5 hours, every day.
-
Previous Value Current Value Open
Closed
| Type |
Question
|
| Priority |
Normal
|
| Assignee | |
| Labels |
No labels
|
Issue Votes (0)
What is the correct format for cron? I used a few crontab generators and all say: 0 8 */5 * * is valid for every 5 days of each month at 8:00 but if I use this in onedev cron trigger it gives Invalid, unexpected end.
Also btw thank you for this project too