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.
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.