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 | |
---|---|---|---|---|
Getting the RecurringJobId from a JobId in FilterAttribute | 4 | 5386 | May 14, 2020 | |
Get Recurring job by its Id? | 2 | 1439 | December 2, 2021 | |
How to get the Job Id of a recurring Job | 3 | 14995 | May 14, 2020 | |
BackgroundJob.ContinueWith on a RecurringJob | 5 | 21220 | October 16, 2023 | |
Is there a way to get the list of recurring job by jobId? | 0 | 625 | February 11, 2020 |