Add a "backend" queue with less priorities for deliveries

This commit is contained in:
Jorge Manrubia
2025-08-29 09:39:48 +02:00
parent bec4abad0c
commit a9444caf1f
4 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ default: &default
- polling_interval: 1
batch_size: 500
workers:
- queues: "*"
- queues: [ "default", "backend" ]
threads: 3
processes: <%= ENV.fetch("JOB_CONCURRENCY", 1) %>
polling_interval: 0.1