mirror of
https://github.com/edcommonwealth/e2c-api.git
synced 2026-03-07 13:38:13 -08:00
18 lines
290 B
YAML
18 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
|