contribsys / faktory

Language-agnostic persistent background job server
https://contribsys.com/faktory/
Other
5.71k stars 228 forks source link

Support callback on job death #407

Closed Tylerian closed 2 years ago

Tylerian commented 2 years ago

As of today, there's no way to know when a Job is about to die besides taking a look on the web UI's morgue.

Sidekiq offers a sidekiq_retries_exhausted hook to handle this. It would be nice if Faktory offered something similar so we can handle those cases programmatically.

Tylerian commented 2 years ago

Sorry, this issue was meant to be posted on the faktory_worker_go project. Closing in favor of this one