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