clair/notifier
Quentin Machu 2ea86c53f3 notifier: fix a bug that prevented graceful shutdown in certain cases
- The notifier was never checking if it should shutdown if there were always at least one notification to send
- After a failure, the notifier is supposed to back-off, but when Clair is stopping, the backoff was interrupted immediately and did not retry. Instead it selected a new notification to send (most likely: the same one) and looped quickly/weirdly.
2015-12-17 17:36:12 -05:00
..
notifiers notifier: Allow custom notifiers to be registered. 2015-12-16 16:08:35 -05:00
notifier.go notifier: fix a bug that prevented graceful shutdown in certain cases 2015-12-17 17:36:12 -05:00