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: sync lock should be released only if we're retrying #9063

Merged
merged 1 commit into from
Jun 29, 2022

Conversation

juliev0
Copy link
Contributor

@juliev0 juliev0 commented Jun 27, 2022

Signed-off-by: Julie Vogelman [email protected]

We shouldn't be performing this release logic except in the case of our returning.

@sarabala1979 sarabala1979 merged commit f5f1a34 into argoproj:master Jun 29, 2022
@sarabala1979 sarabala1979 mentioned this pull request Jul 30, 2022
51 tasks
LoricAndre pushed a commit to padoa/argo-workflows that referenced this pull request Aug 1, 2022
@thomascoquet
Copy link

If I am not mistaken, does that mean that a sleeping task during a retry back off will hold the lock, whereas it does not do any work?
This can be an issue with exponential back-off that can last several hours, blocking all work.

reddymh pushed a commit to reddymh/argo-workflows that referenced this pull request Jan 2, 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.

3 participants