From 66ae4ea9f2e7a85fe72d57c47a56e4e274018d45 Mon Sep 17 00:00:00 2001 From: Richard Chapman Date: Thu, 21 Dec 2017 11:31:38 +0000 Subject: [PATCH] Revert the SQLALCHEMY config changes on staging SQL Alchemy config changes were made to decrease the downtime of the application. The last test only had 1 min of downtime in the upgrade period i.e. 40 mins. Reverting the changes so that the same process can be followed to ensure the changes had the desired effect. --- app/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/config.py b/app/config.py index a8463ae63..295adab1c 100644 --- a/app/config.py +++ b/app/config.py @@ -414,8 +414,6 @@ class Staging(Config): API_RATE_LIMIT_ENABLED = True CHECK_PROXY_HEADER = True REDIS_ENABLED = True - SQLALCHEMY_POOL_TIMEOUT = 30 - SQLALCHEMY_POOL_RECYCLE = 300 API_KEY_LIMITS = { KEY_TYPE_TEAM: {