-
Notifications
You must be signed in to change notification settings - Fork 6.4k
Closed
Labels
bugSomething isn't workingSomething isn't workingcomponent:application-controllerIssues related to the Application Controller componentIssues related to the Application Controller componentcomponent:syncIssues related to the Syncing behaviorIssues related to the Syncing behavior
Description
Checklist:
- I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq.
- I've included steps to reproduce the bug.
- I've pasted the output of
argocd version
.
Describe the bug
I have configured ArgoCD with a Sync timeout
controller.sync.timeout.seconds: 600 # 10 minutes
When Application in "Syncing" state reaches 10min threshold, message gets updated with "Operation terminated" but Sync is never gets terminated...
To Reproduce
- Configure Sync timeout:
controller.sync.timeout.seconds: 600 # 10 minutes
- Have an application that is stuck in sync due to missing CRD or namespace
Expected behavior
After 10minutes application Sync is expected to be TERMINATED
Actual behavior
Application Sync never gets terminated until I manually click "TERMINATE" button
Screenshots
Version
3.0.6
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcomponent:application-controllerIssues related to the Application Controller componentIssues related to the Application Controller componentcomponent:syncIssues related to the Syncing behaviorIssues related to the Syncing behavior