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: add retry for invalid connection. Fixes #13578 #13580

Merged
merged 2 commits into from
Sep 25, 2024

Conversation

shuangkun
Copy link
Member

@shuangkun shuangkun commented Sep 9, 2024

My large workflow failed when encounter "invalid connection". My cluster has been working fine, this is an occasional problem.We should retry when offload info encounters this error.

Fixes #13578

Motivation

Modifications

Verification

@agilgur5 agilgur5 changed the title fix: add retry for invalid connection. Fixes: #13578 fix: add retry for invalid connection. Fixes #13578 Sep 9, 2024
@shuangkun
Copy link
Member Author

After many tests,I have verified that this correction method is useful when running many large workflows in the cluster. We can avoid failure when encountering invalid connection.

@terrytangyuan terrytangyuan merged commit e0ca7ff into argoproj:main Sep 25, 2024
28 checks passed
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.

Invalid connection error should retry
2 participants