Argo events deduplication using persistence layer #2533
Unanswered
evgeniy-khatko
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there,
Thank you for your product!
We're considering to use ArgoEvents + ArgoWorkflows for infrastructure automation, especially around incidents management.
Example flow: Alert is triggered -> Argo Source -> Argo workflow to create incident in the system and engage on-calls.
I was looking through available option to deduplicate incoming events and only found an expression based filtering. Consider a scenario where an Alert is triggered multiple time for a single incident. We need to be able to deduplicate such events using a persistence layer. Potential algorithm would look like:
Let me know if there's a pattern for such flow in Argo events.
Assuming there will be a suggestion to Dedup at source (e.g. Alerting system) I'd question this approach, because there might be different alerting events and systems in our setup and we'd rather offload dedupping to the events system itself.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions