mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-24 01:11:38 -05:00
Merge pull request #1814 from alphagov/bump-db-connections
Increase pool size to 15 permanent connections
This commit is contained in:
@@ -2,7 +2,7 @@ import os
|
||||
import sys
|
||||
import traceback
|
||||
|
||||
workers = 5
|
||||
workers = 4
|
||||
worker_class = "eventlet"
|
||||
worker_connections = 256
|
||||
errorlog = "/home/vcap/logs/gunicorn_error.log"
|
||||
|
||||
@@ -9,7 +9,7 @@ env:
|
||||
CW_APP_NAME: api
|
||||
# required by cf run-task
|
||||
FLASK_APP: application.py
|
||||
SQLALCHEMY_POOL_SIZE: 10
|
||||
SQLALCHEMY_POOL_SIZE: 15
|
||||
|
||||
# Credentials variables
|
||||
ADMIN_BASE_URL: null
|
||||
|
||||
Reference in New Issue
Block a user