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 | |
---|---|---|---|---|
BackgroundJob.ContinueWith on a RecurringJob | 5 | 21939 | October 16, 2023 | |
How to get the Job Id of a recurring Job | 3 | 15160 | May 14, 2020 | |
Getting the RecurringJobId from a JobId in FilterAttribute | 4 | 5402 | May 14, 2020 | |
How to make the Child Job recurring after the parent Job succeeded? | 1 | 643 | July 14, 2023 | |
How to check if BackgroundJob was created by RecurringJob, not launched from eg. Dashboard? | 0 | 1421 | April 18, 2018 |