From d233f55a359d2092f9ceb790718ba19d8ebdac02 Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Mon, 16 Feb 2026 16:00:18 -0600 Subject: [PATCH] Fix: add check_executors queue to Oban config (was missing, causing 4.5k stuck jobs) --- config/runtime.exs | 1 + 1 file changed, 1 insertion(+) diff --git a/config/runtime.exs b/config/runtime.exs index fb11dfd4..16fdc5d1 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -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 ],