Add a "*" to the queues handled by the solid queue worker pool

Specifically this is to make sure all queues are managed, like the one
we use for incineration in the fizzy-saas engine.
This commit is contained in:
Mike Dalessio
2026-01-04 14:09:42 -05:00
parent f7205594b5
commit 96dfcb9d4c
+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", "*" ]
threads: 3
processes: <%= Integer(ENV.fetch("JOB_CONCURRENCY") { Concurrent.physical_processor_count }) %>
polling_interval: 0.1