Skip to content
  • aguestuser's avatar
    [340] only alert after 2 consecutive healthcheck failures · 76f12378
    aguestuser authored
    * cache healthcheck failures in a set (delete them after 2 rounds of healthchecks)
    * when a channel fails healthcheck, consult set to see if it failed
      alst round, if so, alert admins, if not, wait until next round
    * side-effect: use new `notifier.notifyMaintainers` helper in `sendHealthchecks`
      failure handler
    76f12378