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 | |
---|---|---|---|---|
Batch not changing to finished even when all the jobs are succeeded | 4 | 68 | December 30, 2024 | |
Pub/sub events with Hangfire | 6 | 3537 | July 28, 2016 | |
Job completion notify | 5 | 6438 | September 25, 2019 | |
Hangfire Server In .Net Core Worker Service Not Completing BatchJob after all BackgroundJobs are completed | 1 | 1468 | May 15, 2020 | |
Hangfire Recurring Job not firing OnPerformed method from JobFilter | 0 | 595 | July 19, 2022 |