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

[patch] Add unlimited retries and fix suite cert/dns sync #192

Merged
merged 3 commits into from
Sep 16, 2024

Conversation

whitfiea
Copy link
Contributor

Adds the retry.limit for the ArgoCD instance and cluster appsets, and sets it to unlimited (-1). This means that argocd will continue to sync until it is ready and won't fail when the default (5) failures are reached. This is needed as we see many temporal failures in each app that is just a failure until another app is ready.

This change also changes the syncwave of the suite certs and dns jobs so it runs at the same time as the olm job, as these jobs can take 15 minutes, and was blocking the olm job from running when it could have run at the same time.

Tested in fvtsaas and it all works

@tomklapiscak tomklapiscak merged commit ffbd7f0 into dev Sep 16, 2024
2 checks passed
Copy link
Contributor

@tomklapiscak tomklapiscak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@whitfiea whitfiea deleted the ajw-retry branch September 18, 2024 08:51
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.

2 participants