From b30deaa989b8471fc4808f8eb96f918dde1ca5c8 Mon Sep 17 00:00:00 2001 From: Rebecca Law Date: Mon, 16 Mar 2020 16:46:19 +0000 Subject: [PATCH] Increase the queue pool size to 30. This should add an extra 400 connections maximum, which will not tip us over the allowable 5000 db connections. And it may help with the queue pool connection errors. --- manifest.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.yml.j2 b/manifest.yml.j2 index 53ba6ec4f..a4bb2ef00 100644 --- a/manifest.yml.j2 +++ b/manifest.yml.j2 @@ -2,7 +2,7 @@ 'notify-api': { 'NOTIFY_APP_NAME': 'api', 'disk_quota': '2G', - 'sqlalchemy_pool_size': 20, + 'sqlalchemy_pool_size': 30, 'routes': { 'preview': ['api.notify.works'], 'staging': ['api.staging-notify.works'],