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 | |
|---|---|---|---|---|
| Recurring job based on time span interval | 0 | 1660 | May 5, 2015 | |
| Is that possible to create recurring job after certain DateTime? | 4 | 2163 | April 24, 2017 | |
| schedule job with specific user defined time | 1 | 2538 | April 18, 2019 | |
| Not all recurring jobs fired on the time they should | 3 | 2378 | July 24, 2015 | |
| Create recurring job with specific start and end time in a same day? | 0 | 1087 | September 18, 2017 |