Skip to content

Sync timeout does not work. #23523

@riuvshyn

Description

@riuvshyn

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

  1. Configure Sync timeout:
controller.sync.timeout.seconds: 600 # 10 minutes
  1. 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

Image

Version

3.0.6

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingcomponent:application-controllerIssues related to the Application Controller componentcomponent:syncIssues related to the Syncing behavior

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions