Files
bionickatana 2a4e1c5026
CI / scan_ruby (push) Failing after 1m0s
CI / scan_js (push) Failing after 6s
CI / lint (push) Failing after 12s
CI / test (push) Failing after 3s
CI / system-test (push) Failing after 5s
starting Rails ste
2026-07-27 17:11:19 -06:00

19 lines
288 B
YAML

default: &default
dispatchers:
- polling_interval: 1
batch_size: 500
workers:
- queues: "*"
threads: 3
processes: <%= ENV.fetch("JOB_CONCURRENCY", 1) %>
polling_interval: 1
development:
<<: *default
test:
<<: *default
production:
<<: *default