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

fix --retry when --parallel is used #5917

Closed
wants to merge 2 commits into from
Closed

Conversation

bagder
Copy link
Member

@bagder bagder commented Sep 5, 2020

No description provided.

The previous sleep for retries would block all other concurrent
transfers. Starting now, the retry will instead be properly marked to
not get restarted until after the delay time but other transfers can
still continue in the mean time.

Closes #
@bagder bagder linked an issue Sep 5, 2020 that may be closed by this pull request
@bagder bagder closed this in e4e725f Sep 5, 2020
bagder added a commit that referenced this pull request Sep 5, 2020
The previous sleep for retries would block all other concurrent
transfers. Starting now, the retry will instead be properly marked to
not get restarted until after the delay time but other transfers can
still continue in the mean time.

Closes #5917
@bagder bagder deleted the bagder/parallel-retry branch September 5, 2020 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

--parallel combined with --retry hangs indefinitely
1 participant