Explicitly define incineration priority

This commit is contained in:
Stanko K.R.
2026-01-12 14:56:51 +01:00
committed by Stanko Krtalić
parent ae78f25b06
commit 74c7ed3081
+1 -1
View File
@@ -3,7 +3,7 @@ default: &default
- polling_interval: 1
batch_size: 500
workers:
- queues: [ "default", "solid_queue_recurring", "backend", "webhooks", "*" ]
- queues: [ "default", "solid_queue_recurring", "backend", "webhooks", "incineration", "*" ]
threads: 3
processes: <%= Integer(ENV.fetch("JOB_CONCURRENCY") { Concurrent.physical_processor_count }) %>
polling_interval: 0.1