From 800183e9da068710ab0dc0dc7ef68aa23056316d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 19 May 2024 13:44:01 +0200 Subject: [PATCH] Increase sidekiq concurrency in prod --- config/sidekiq.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/sidekiq.yml b/config/sidekiq.yml index adc65b2..27efc82 100644 --- a/config/sidekiq.yml +++ b/config/sidekiq.yml @@ -1,4 +1,6 @@ :concurrency: 2 +production: + :concurrency: 10 :queues: - default - mailers