-
# Problem
Currently, when a download fails in Moly, users are shown an error message with a button to retry manually. This requires user intervention and doesn’t account for temporary network issue…
-
Hi Team,
We are troubleshooting an issue of missed interactive AAD sign-in events through this Splunk add-on.
We have a dual feed setup, where sign-in events go to both Splunk and an Azure Sentin…
-
Implement Exponential Backoff to conform with Google's best practice:
https://developers.google.com/maps/documentation/directions/web-service-best-practices#exponential-backoff
-
Love ghstack, but frequently running into `Cowardly refusing to handle a stack with more than eight PRs. You are likely to get rate limited by GitHub if you try to create or manipulate this many PRs.…
-
Currently, if a B2 API returns a HTTP error status code that indicates a transient error, such as `429` or `503`, there is no limit to the number of retries that will be attempted. The app calling the…
-
Currently, `Backoff` can be created from a backoff spec or factory methods.
Builders for various backoff implementations to fluently build them should be useful.
Related work: https://github.com/goo…
-
## Description:
Currently, the Centrifugo client uses an exponential backoff strategy for reconnecting after a disconnection. While this approach is generally effective, it can lead to a suboptimal…
-
The underlying `object_store` crate being used supports setting a `with_retry` configuration which is useful for exponential backoff and jitter when you have temporary network outages. It should be ex…
-
I triggered a 500 error on the ChartMogul backend for some reason, so a call would always regenerate that error, and using the default backoff of 20 this felt like an endless loop, the script was hang…
-
Hi,
I wanted to get your opinion on this. It seems there is no official approach to have dynamic `reconnectPeriod`.
But it is possible to reuse the same concept as laid out in https://github.com…