No backoff on persistent NS failures (24 notifications/day) #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
If a nameserver is consistently unreachable, the spec says to notify on every check (failure and recovery). With 1h intervals, a dead NS generates 24 notifications/day.
Should consider exponential backoff or "remind every N hours" for persistent failures.
Ref: issue #5 item 5
this is not an issue