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 | |
---|---|---|---|---|
Recuring job every X seconds | 6 | 17541 | August 31, 2018 | |
Cron expression for Recurring jobs | 3 | 32843 | July 7, 2016 | |
Recurring job with a delay of 1 min | 3 | 2531 | February 13, 2019 | |
The recurring job is not working as I expected. | 2 | 670 | September 13, 2023 | |
RecurringJob does not run every 45 seconds as configured in cron expression | 5 | 13903 | May 14, 2020 |