Hi, I need to confirm Hangfire batch retry mechanism. Suppose we have 5 jobs triggered via a single batch. There is an exception raised in 4th job and we only want to retry that job not all jobs in the batch so can we do that? Also can we manage each job in a batch separately? like to change retries, stop, start etc?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How does hangfire retry works in reccuringjob? | 0 | 2077 | December 16, 2015 | |
Automatic retry when job is not completed yet? | 7 | 10875 | August 4, 2015 | |
Ability to stop running jobs | 1 | 6087 | January 8, 2018 | |
How do I conditionally control retry behavior of the current job? | 0 | 1368 | November 6, 2015 | |
HOWTO: Retry a job n times and run code on failure of all n times | 1 | 3701 | May 27, 2016 |