Queueing up syncs for multiple commits in quick succession #8375
lacarvalho91
started this conversation in
General
Replies: 1 comment
-
Did anyone find a solution to this outside of this discussion? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
For my use-case I need ArgoCD to sync every commit, in the order they are made. I am using webhooks to trigger refreshes and I have
timeout.reconciliation
set to 0 to disable polling.From the testing I am doing it looks like if I make a commit
A
, and then commitB
andC
whilstA
is still syncing,B
will never get sync'd and ArgoCD will skip straight toC
afterA
has finished syncing.Is this expected? Is it possible to get the desired behaviour?
Beta Was this translation helpful? Give feedback.
All reactions