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.
This commit is contained in:
Rebecca Law
2020-03-16 16:46:19 +00:00
parent fa72eb651f
commit b30deaa989

View File

@@ -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'],