towerops/priv
Graham McIntire de986bddf6
Prevent Oban polling/monitoring job stacking per device
When the Oban queue backs up, the 60-second uniqueness window expires
and duplicate jobs stack up per device. Switch to period: :infinity so
only one poll/monitor job exists per device at any time. Add replace
option to supersede stale scheduled jobs with updated scheduled_at.
Remove :executing from unique states so self-scheduling works while
the current job runs. Set max_attempts: 1 since retrying stale polls
is pointless.

Also fix all credo --strict issues across the codebase.
2026-02-16 16:37:48 -06:00
..
gettext Fix tests, credo issues, and Gaiia sync bugs 2026-02-15 11:55:49 -06:00
mibs mib update from librenms 2026-01-28 13:38:31 -06:00
profiles feat: Phase 1 Quick Wins - 11 vendor profiles implemented 2026-02-12 10:52:51 -06:00
proto proto: sync agent.proto with towerops-agent 2026-02-15 08:56:48 -06:00
repo Prevent Oban polling/monitoring job stacking per device 2026-02-16 16:37:48 -06:00
static docs: update changelogs with navigation and visual polish 2026-02-13 19:18:36 -06:00