[NX-102] Improve collector resilience with retry/backoff and log throttling #8
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?
Goal
Prevent noisy logs and unstable behavior when targets are unreachable.
Scope
Acceptance Criteria
Implemented in commit(s) for NX-102.
Goal Achieved
Improved collector resilience to prevent noisy logs and unstable behavior when targets are unreachable.
What Was Done
next_attempt_at, instead of being retried every poll cycle.retry_in_seconds).sleep = poll_interval - elapsed) to reduce interval drift.after_failures,downtime_seconds).Acceptance Criteria
Notes