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

Reset auto-retry counter after successful auto-retry #8223

Closed
cyberduck opened this issue Sep 15, 2014 · 1 comment
Closed

Reset auto-retry counter after successful auto-retry #8223

cyberduck opened this issue Sep 15, 2014 · 1 comment
Assignees
Milestone

Comments

@cyberduck
Copy link
Collaborator

eea722e created the issue

Cyberduck allows the user to set a maximum number of auto-retries. This limit should not be applied cumulatively to the entire task; rather, it should apply to each network failure.

For example, say I've configured 9 auto-retry attempts, and during a big synchronization job the app experiences a network failure and recovers after three retries. At that point, the next failure should have the opportunity to retry 9 times, not 6. On a job as big as the one I'm trying to do, I eventually hit the 9 retry limit, even though all the previous failures recovered on auto-retry.

@cyberduck
Copy link
Collaborator Author

@dkocher commented

In a545cda.

@iterate-ch iterate-ch locked as resolved and limited conversation to collaborators Nov 26, 2021
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

2 participants