Fix: add check_executors queue to Oban config (was missing, causing 4.5k stuck jobs)

This commit is contained in:
Graham McIntire 2026-02-16 16:00:18 -06:00
parent 7e57ff8ad5
commit d233f55a35

View file

@ -164,6 +164,7 @@ if config_env() == :prod do
monitors: 50,
# Service checks - HTTP/TCP/DNS
checks: 50,
check_executors: 50,
maintenance: 5,
weather: 2
],