I’m trying to run two recurring jobs in which one runs yearly and one runs monthly. So I don’t want this to run at a time every year. so how can I use BackgroundJob.ContinueWith for two recurring jobs. Tried getting hashcode of my job but that is not helpful. Every time it creates a new jobid. Can anyone help me in this. Thanks in advance.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Get id of the processing BackgroundJob for a schedulled RecurringJob | 0 | 2282 | January 1, 2016 | |
Specify a Continuation on a RecurringJob | 6 | 5520 | July 1, 2015 | |
How to get the Job Id of a recurring Job | 3 | 15178 | May 14, 2020 | |
Getting the RecurringJobId from a JobId in FilterAttribute | 4 | 5404 | May 14, 2020 | |
Not all recurring jobs fired on the time they should | 3 | 2375 | July 24, 2015 |