Remove explicit queue definition
This commit is contained in:
committed by
Stanko Krtalić
parent
5f11ee154f
commit
7c7b4eb621
+1
-1
@@ -3,7 +3,7 @@ default: &default
|
|||||||
- polling_interval: 1
|
- polling_interval: 1
|
||||||
batch_size: 500
|
batch_size: 500
|
||||||
workers:
|
workers:
|
||||||
- queues: [ "default", "solid_queue_recurring", "backend", "webhooks", "incineration", "*" ]
|
- queues: [ "default", "solid_queue_recurring", "backend", "webhooks", "*" ]
|
||||||
threads: 3
|
threads: 3
|
||||||
processes: <%= Integer(ENV.fetch("JOB_CONCURRENCY") { Concurrent.physical_processor_count }) %>
|
processes: <%= Integer(ENV.fetch("JOB_CONCURRENCY") { Concurrent.physical_processor_count }) %>
|
||||||
polling_interval: 0.1
|
polling_interval: 0.1
|
||||||
|
|||||||
Reference in New Issue
Block a user