I need to check if a recurring job is currently executing, either via it’s normal schedule or being kicked off manually from the dashboard. I tried to check the status via JobStorage.Current.GetConnection().GetRecurringJobs() but this does not seem to include if the job was kicked off via the dashboard. I also looked at JobStorage.Current.GetMonitoringApi().ProcessingJobs(0, 50).Any(j => jobid = ?? but am not sure how to identify the job I’m looking for? Ty.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Reccuring Jobs - How to know if a Recurring job is running | 1 | 9341 | March 8, 2017 | |
Is there a way to get the list of recurring job by jobId? | 0 | 613 | February 11, 2020 | |
Check recurring jobs | 1 | 564 | January 24, 2021 | |
How to detect if a recurring job is running because of a manual trigger | 0 | 1741 | June 7, 2018 | |
Is there a way to know if a recurring job has been launched manually? | 2 | 3106 | June 14, 2018 |