Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Implement retries backoffs #413

Open
nkuba opened this issue Apr 18, 2020 · 0 comments
Open

Implement retries backoffs #413

nkuba opened this issue Apr 18, 2020 · 0 comments

Comments

@nkuba
Copy link
Member

nkuba commented Apr 18, 2020

This issue is a followup from #409. We added retry delays for retries loops as a temporary solution. We should replace them with an elegant solution using exponential backoff (e.g. https://github.com/cenkalti/backoff).

nkuba added a commit that referenced this issue Apr 18, 2020
We want to replace sleep on retries with a solution including a backoff
described in #413
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant