Set queue.yml thread back to 3

because I can see we're backing up on Event::WebhookDispatchJob,
PushNotificationJob, and Turbo::Streams jobs, all of which are
doing networking.
This commit is contained in:
Mike Dalessio
2025-10-16 09:54:18 -04:00
parent 6f725fc9cf
commit 5934280b2e
+1 -1
View File
@@ -4,7 +4,7 @@ default: &default
batch_size: 500
workers:
- queues: [ "default", "solid_queue_recurring", "backend", "webhooks" ]
threads: 1
threads: 3
processes: <%= ENV.fetch("JOB_CONCURRENCY", Concurrent.physical_processor_count) %>
polling_interval: 0.1