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: task worker requeue wrong task. Fixes #8139 #8186

Merged
merged 2 commits into from
Mar 18, 2022

Conversation

wujayway
Copy link
Contributor

@wujayway wujayway commented Mar 18, 2022

Signed-off-by: wujayway [email protected]

Fixes #8139
Use for loops instead of for range. Avoid go problems on time.After with closure.

@alexec alexec merged commit 6d6d23d into argoproj:master Mar 18, 2022
@alexec
Copy link
Contributor

alexec commented Mar 18, 2022

I've just noted, I'm not sure this will make a difference, as the semantics are not changed.

dpadhiar pushed a commit to dpadhiar/argo-workflows that referenced this pull request Mar 23, 2022
@sarabala1979 sarabala1979 mentioned this pull request Apr 14, 2022
85 tasks
sarabala1979 pushed a commit that referenced this pull request Apr 18, 2022
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.

AgentExecutor: Requeue wrong tasks.
2 participants