towerops/lib/towerops_web/live/device_live
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
..
form.ex i18n: wrap all user-facing strings in gettext() 2026-02-14 17:44:01 -06:00
form.html.heex Fix dark mode inconsistencies across all pages 2026-02-16 10:31:52 -06:00
index.ex ui: major redesign - NOC dashboard, consolidated nav, dense tables, flat alerts 2026-02-14 20:15:07 -06:00
index.html.heex Prevent Oban polling/monitoring job stacking per device 2026-02-16 16:37:48 -06:00
show.ex Prevent Oban polling/monitoring job stacking per device 2026-02-16 16:37:48 -06:00
show.html.heex Prevent Oban polling/monitoring job stacking per device 2026-02-16 16:37:48 -06:00