Dispatch solid queue recurring

This commit is contained in:
Jorge Manrubia
2025-09-01 13:47:26 +02:00
parent b51af8b5da
commit 7c5266df4b
+1 -1
View File
@@ -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