Fix: add check_executors queue to Oban config (was missing, causing 4.5k stuck jobs)
This commit is contained in:
parent
7e57ff8ad5
commit
d233f55a35
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue