contribsys / faktory

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

Issues / Feature request #422

Closed Rudis1261 closed 1 year ago

Rudis1261 commented 1 year ago

For our use-case, we need to know what the dead queue looks like, and be alerted when it grows too large. Looking at the code, this is only really kept internal to the application and web UI.

Any chance you would be able to add a method to the manager code to provide a list/count of the jobs currently in a dead state?

Or should we be using a different approach altogether?

mperham commented 1 year ago

I believe it's in the INFO json?

Rudis1261 commented 1 year ago

Awesome thank you 😬