Merge pull request #2753 from alphagov/increase-pool-size

Increase the queue pool size to 30.
This commit is contained in:
David McDonald
2020-03-19 15:51:15 +00:00
committed by GitHub

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