NicolasLM / sauna

Lightweight daemon that runs and reports health checks
https://sauna.readthedocs.io
BSD 2-Clause "Simplified" License
18 stars 10 forks source link

feat(consumers): Implements a max retry parameters #83

Closed bubu11e closed 3 years ago

bubu11e commented 3 years ago

In case check throw an exception each time it run, the workflow block for 'stale_age' seconds. When reached the check is dropped but there is an important probability that the following will be too (because they where trigerred in the same second as the first one).

Implementing a max_retry will avoid this issue.

Proposed default configurations parameters will leads to no functional changes by default.

NicolasLM commented 3 years ago

Hi, makes sense, thank you!