towerops/config
Graham McIntire cdc40b3f3a add OBAN_QUEUE_SCALE env var to reduce queue concurrency for staging (#41)
staging was hitting postgres max_connections due to 252 concurrent oban
workers plus pool connections. OBAN_QUEUE_SCALE divides all queue sizes
(e.g. "5" = 1/5th capacity). defaults to 1, no change for production.

Reviewed-on: graham/towerops-web#41
2026-03-16 13:21:56 -05:00
..
config.exs fix SSL CA trust store for HTTPS in containers 2026-03-11 14:48:54 -05:00
dev.exs fix: remove Redis config from dev.exs to allow CI health checks to pass 2026-03-08 10:05:12 -05:00
prod.exs fix: suppress noisy health check logs in production 2026-03-05 13:13:19 -06:00
runtime.exs add OBAN_QUEUE_SCALE env var to reduce queue concurrency for staging (#41) 2026-03-16 13:21:56 -05:00
test.exs fix: add recurring job dispatch timer for agent-polled devices 2026-03-12 12:07:34 -05:00