Files
arcachange-backend/config/queue.yml
Etienne Ischer 3a90962554
Some checks failed
CI / scan_ruby (push) Failing after 22s
CI / lint (push) Failing after 18s
initial commit
2025-05-02 21:01:14 +02:00

19 lines
290 B
YAML

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