From 988c92c64f4a431209adde68eb970f4823064a66 Mon Sep 17 00:00:00 2001 From: Graham Herceg Date: Thu, 22 Aug 2024 16:01:30 -0400 Subject: [PATCH] Double the number of partitions This should help iterate over the backlog of repeat records faster --- environments/production/public.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/production/public.yml b/environments/production/public.yml index ba32e90715..a4f3c67a32 100644 --- a/environments/production/public.yml +++ b/environments/production/public.yml @@ -150,7 +150,7 @@ localsettings: BIGCOUCH: True BIGCOUCH_QUORUM_COUNT: 2 CELERY_REMINDER_CASE_UPDATE_BULK_QUEUE: "reminder_case_update_bulk_queue" - CHECK_REPEATERS_PARTITION_COUNT: 4 + CHECK_REPEATERS_PARTITION_COUNT: 8 COMMCARE_ANALYTICS_HOST: "https://commcare-analytics.dimagi.com" COUCH_CACHE_DOCS: True COUCH_CACHE_VIEWS: True