que-rb/que

Stats about failing jobs

jnicho02 opened this issue · 2 comments

Que is doing an excellent job of retrying failed API calls for me, helping my system to self-recover when APIs are misbehaving. Thank you.

Is there a quick and easy way to react to failed attempts so that I can inform users via the front-end UI? I'd also like to track error rates to identify which APIs are unreliable.

Looking at issue #372 I hope it isn't the unused and soon-to-be-removed que_state_notify.

Hi @jnicho02.

If you're not already using an off-the-shelf tracing solution with support for que like Datadog, I would suggest rolling your own simple que middleware.

Thank you. That's super helpful.