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 | 3452 | July 28, 2016 | |
How to query whether all jobs are completed using monitoring api? | 0 | 2622 | April 5, 2019 | |
Hangfire Recurring Job not firing OnPerformed method from JobFilter | 0 | 584 | July 19, 2022 | |
Hangfire Pro: continuation for batch is not executed if some of the batch jobs fail | 2 | 4474 | February 23, 2016 | |
Hangfire job completion notification using SignalR | 0 | 1683 | October 16, 2017 |