Hi, i created a .net core web api with hangfire server. i set intervals in cron expressions defining hour ranges using expressions ‘*/5 12-13 * * *’ to specify that a job should run every 5 minutes between 12 PM and 1:59 PM. Unfortunately the job runs continuously throughout the day without stopping and starting again. Do you have any suggestions?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Schedule Issue with Cron.HourInterval | 4 | 2908 | May 31, 2017 | |
If given time interval in Minute is greater than 60 when job will execute | 1 | 1982 | March 22, 2019 | |
RecurringJob does not run every 45 seconds as configured in cron expression | 5 | 13970 | May 14, 2020 | |
Recurring job runs every minute after initial execution | 2 | 1059 | July 14, 2020 | |
Cron expression not working | 0 | 1354 | April 21, 2017 |