opsgenie / kubernetes-event-exporter

Export Kubernetes events to multiple destinations with routing and filtering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Webhook retry?

kevin-lindsay-1 opened this issue · comments

I have certain events that are sent to a webhook, and if the endpoint is temporarily busy or has a transient error, the event is never received.

Would be nice to configure a basic retry policy with a number of attempts and an incremental backoff period.