Significant Latency in ArgoCD Notification Generation (~10 Minutes) for Synchronization Events #20659
Open
3 tasks done
Labels
bug
Something isn't working
Checklist:
argocd version
.Describe the bug
We’ve recently implemented Argo CD notifications to track synchronization and deployment status events, specifically sending these notifications to a Webhook. The webhook in turn sends these notifications to a Kafka topic. However, we’re experiencing significant latency, where there’s an approximate 10-minute+ delay between an actual synchronization event (such as a deployment) and the notification being generated and sent to the Webhook.
To Reproduce
https://gitlab.be-md.ncbi.nlm.nih.gov/pd/do/p2/cd/agents/be-clusters/deployment-notifier/-/tree/feat/CD-6874-test?ref_type=heads
Expected behavior
Notifications should be generated and sent in near real-time (or as close as possible) after a synchronization event is triggered.
Actual Behavior
There is an approximate 10-minute delay between a synchronization event occurring and the Argo CD notification being generated and sent.
Screenshots:
Here is a screenshot of my argocd-notifications-cm.yml:
To be clear, the notifications are coming through, but with a significant delay.
The text was updated successfully, but these errors were encountered: