Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: reduce retries time #92

Merged
merged 1 commit into from
Mar 11, 2022
Merged

feat: reduce retries time #92

merged 1 commit into from
Mar 11, 2022

Conversation

ChaoticTempest
Copy link
Member

this ones pretty simple. In the worst case of something going wrong, we shouldn't be waiting 100s to do the last retry and then throw an error at the end. To remedy this, reduce the retries time to a max of 625ms at the worst case

Should close #41 after this one

@ChaoticTempest ChaoticTempest merged commit 6495b83 into main Mar 11, 2022
@ChaoticTempest ChaoticTempest deleted the feat/improve-retry-time branch March 11, 2022 22:08
@frol frol mentioned this pull request Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Errors can cause long block times for retries
2 participants