From daf5c5c7137b021cd11008639bf36b015f957390 Mon Sep 17 00:00:00 2001 From: Graham Herceg Date: Fri, 9 Feb 2024 12:39:03 -0500 Subject: [PATCH] Increase concurrency on reminder_queue for india Recent changes in load on this queue have led to the need to make changes. Based on the average load celery8 and celery9 are currently experiencing, this is a safe operation. --- environments/india/app-processes.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/india/app-processes.yml b/environments/india/app-processes.yml index 6bb7c24163..9584fec8cf 100644 --- a/environments/india/app-processes.yml +++ b/environments/india/app-processes.yml @@ -15,7 +15,7 @@ celery_processes: celery8,celery9: reminder_queue: pooling: gevent - concurrency: 3 + concurrency: 20 submission_reprocessing_queue: concurrency: 1 sms_queue: