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 | 3540 | July 28, 2016 | |
Empty batches stop without executing their AwaitBatch() actions | 1 | 1149 | July 5, 2017 | |
Job expired in batches in the lastest Hangfire Pro | 0 | 1211 | February 11, 2016 | |
Job completion notify | 5 | 6464 | September 25, 2019 | |
Hangfire Pro: continuation for batch is not executed if some of the batch jobs fail | 2 | 4623 | February 23, 2016 |