From 5934280b2e4b114527ace86cc731544d1c98e2a2 Mon Sep 17 00:00:00 2001 From: Mike Dalessio Date: Thu, 16 Oct 2025 09:54:18 -0400 Subject: [PATCH] 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. --- config/queue.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/queue.yml b/config/queue.yml index aaed725e0..130b0d9bd 100644 --- a/config/queue.yml +++ b/config/queue.yml @@ -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