I am using Hangfire.Pro batches, and I need a way to be notified when a batch is completed. For regular jobs, I’m thinking this could be accomplished via the OnPerformed method of IServerFilter. However, for batches, I would need a way to know that the job performed was the final job in the batch. Is there a way to do this?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Pub/sub events with Hangfire | 6 | 3479 | July 28, 2016 | |
Batch not changing to finished even when all the jobs are succeeded | 4 | 42 | December 30, 2024 | |
How to query whether all jobs are completed using monitoring api? | 0 | 2655 | April 5, 2019 | |
Hangfire Recurring Job not firing OnPerformed method from JobFilter | 0 | 589 | July 19, 2022 | |
Hangfire Pro: continuation for batch is not executed if some of the batch jobs fail | 2 | 4532 | February 23, 2016 |