You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of today, there's no way to know when a Job is about to die besides taking a look on Faktory's web UI Morgue view.
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.
The text was updated successfully, but these errors were encountered:
Faktory v1.6.0 added a new “remaining” count to the job failure structure. You should be able to use this within the worker to implement a death callback. If you want to prototype a PR, I’d be happy to see one.
As of today, there's no way to know when a Job is about to die besides taking a look on Faktory's web UI Morgue view.
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.The text was updated successfully, but these errors were encountered: