diff --git a/config/queue.yml b/config/queue.yml index 8ae706455..f5aa8fb72 100644 --- a/config/queue.yml +++ b/config/queue.yml @@ -3,7 +3,7 @@ default: &default - polling_interval: 1 batch_size: 500 workers: - - queues: [ "default", "backend" ] + - queues: [ "default", "solid_queue_recurring", "backend" ] threads: 3 processes: <%= ENV.fetch("JOB_CONCURRENCY", 1) %> polling_interval: 0.1