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

Use an exponential backoff retry strategy #1

Closed
fabiospampinato opened this issue Jul 4, 2020 · 1 comment
Closed

Use an exponential backoff retry strategy #1

fabiospampinato opened this issue Jul 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@fabiospampinato
Copy link
Owner

fabiospampinato commented Jul 4, 2020

Currently retried operations are retried immediately, instead there should probably be an exponential backoff strategy implemented, otherwise the thing could backfire, e.g. it's possible that atomically would keep the CPU busy not giving it a chance to do the work required by other processes for unlocking busy/locked files.

@fabiospampinato
Copy link
Owner Author

Done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant