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

Respect Application retry settings #153

Open
maruina opened this issue Jan 12, 2022 · 0 comments
Open

Respect Application retry settings #153

maruina opened this issue Jan 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@maruina
Copy link
Contributor

maruina commented Jan 12, 2022

Currently if an Application fails to sync, the whole ProgressiveSync fails. In ArgoCD we can specify a # of retries as per https://argo-cd.readthedocs.io/en/stable/operator-manual/application.yaml

    # The retry feature is available since v1.7
    retry:
      limit: 5 # number of failed sync attempt retries; unlimited number of attempts if less than 0

We should read this value and fail the ProgressiveSync only if we tried limit times.

@maruina maruina added the enhancement New feature or request label Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant