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
stats returns historical value, the job might have been retried, or deleted etc. You can use https://github.com/akira/exq_ui to quickly see the retries queue or dead queue etc
Thanks for the library!!
How can I see what happened in failed jobs ?
Exq.Api.stats(Exq.Api, "failed")
returns 2 failed jobs (number).Exq.Api.failed(Exq.Api)
returns empty even with two failed jobs?I would like to know why certain jobs failed.
The text was updated successfully, but these errors were encountered: