fluxcd / notification-controller

The GitOps Toolkit event forwarder and notification dispatcher

Home Page:https://fluxcd.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add flags to configure exponential back-off retry

pjbgf opened this issue · comments

Two new flags (--min-retry-delay and --max-retry-delay) have been added on fluxcd/pkg/runtime to enable users configuring the exponential back-off retry settings.

Those tags should be brought into notification-controller in a similar way they were implemented in the other controllers:
fluxcd/source-controller#664
fluxcd/image-automation-controller#348

xref: fluxcd/pkg@4046043