Does Hangfire support carry out recurrent task in a time interval? For example, now the time is 2016.04.22,I plan to execute the cron expression “0 15 10 * * * *”-every day at 10:15 trigger during the 2016.06.01-2017.09.02. If I want to do this,from my point of view to create three BackgroundJob, two delay job and a recurrent job,first delay job(2016.06.01-2016.04.22=39 days,after 39 days start) to start the recurrent job,second delay job cancel/delete the recurrent job。Anyone can suggest some advice,thank you very much?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Hangfire execution | 0 | 396 | August 19, 2022 | |
schedule job with specific user defined time | 1 | 2530 | April 18, 2019 | |
Is that possible to create recurring job after certain DateTime? | 4 | 2153 | April 24, 2017 | |
Recurring job based on time span interval | 0 | 1657 | May 5, 2015 | |
RecurringJob does not run every 45 seconds as configured in cron expression | 5 | 13925 | May 14, 2020 |