argocd-notifications
argocd-notifications copied to clipboard
example of notifying every X minutes that application is in some state (e.g., Pending)
Basically if I have a rollout running and the App Health is "Pending" for more than say 5 minutes (in my case, because a new pod is failing to start,) I would like to be re-notified. I don't see anything like that in the docs, so I'm curious if that's a supported use case and how to do it.
We have a similar use-case. If an application is in suspended state then we want to get notified every hour until its not in suspended state.