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 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: