-
Backoff has an infinite loop that can occur with timers that will keep using std::thread::sleep forever when being used with tokio.
-
Реализовать работу с внешними сервисами через exponential backoff
Оценка: 8
-
The backoff crate seems to be unmaintained: https://github.com/ihrwein/backoff/issues/66
The issue suggests the `backon` crate: https://docs.rs/backon/1.2.0/backon/.
`backon` isn't a drop-in rep…
-
**Describe the bug**
I think that there is a bug in documentation in these lines:
https://github.com/argoproj/argo-cd/blob/2d0a5e904a54f7ad79e5f8d7ea98d75c94a2d2da/docs/operator-manual/argocd-cmd-…
-
**Describe the feature**
Every now and then, I receive an error in Alex, `Error connecting to LLM API.`. I always go to confirm what the error was, via the logs in Calude's dashboard, and it's almo…
-
**What would you like to be added**:
I would like the exponential backoff period feature to be added to the forwarder plugin. This feature should be enabled when all upstream resolvers are not re…
-
https://github.com/brettwooldridge/HikariCP/blob/ffdb8106bccb285d1775af1e8b040bfce4588dc1/src/main/java/com/zaxxer/hikari/pool/HikariPool.java#L758C19-L758C31
Method UtilityElf.quietlySleep() retai…
-
Many people crash their applications with a bug in an EventHandler that cascades up the supervision tree. The default behaviour is to return `{:stop, reason}` in the error callback.
For a poison pi…
-
https://github.com/kube-rs/kube/issues/1635 in upstream
-
TO ensure that something like https://github.com/RADAR-base/RADAR-PushEndpoint/issues/62 does not happen in the future and to better handle consistent failure of requests (and avoid being banned by Ga…