HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.44k stars 1.71k forks source link

add automatic retry action on retry exceeded #2353

Closed alexrosenfeld10 closed 9 months ago

alexrosenfeld10 commented 10 months ago

I'm looking to provide a simple way to run a callback when retries are exceeded. This is useful for things like alerting when retries are fully exhausted. If there's a preexisting way to do this that I am not aware of, kindly point me towards it and close this PR. Thanks!

Disclaimer - I only have a mac and therefore could not compile and run this. Hoping the maintainers can take a peek and let me know what the next steps should be.

alexrosenfeld10 commented 10 months ago

@odinserj , wondering if you have any thoughts about adding a feature like this. Thanks in advance for your time

alexrosenfeld10 commented 9 months ago

@odinserj, would love to hear from you about this pr idea