You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added a Pushover notifier to my checks recently and noticed just how flaky they are. By default I have a check which makes 5 attempts. If just one of the attempts fails (e.g. TLS handshake timeout) then boom the whole site is marked down, even if the other 4 work fine.
Would it be possible to consider a configuration option of allowed failed attempts?
Here's the code which configures at-least-one-error-means-down:
I added a Pushover notifier to my checks recently and noticed just how flaky they are. By default I have a check which makes 5 attempts. If just one of the attempts fails (e.g. TLS handshake timeout) then boom the whole site is marked down, even if the other 4 work fine.
Would it be possible to consider a configuration option of allowed failed attempts?
Here's the code which configures at-least-one-error-means-down:
checkup/check/http/http.go
Lines 151 to 157 in cdc8b78
The text was updated successfully, but these errors were encountered: