mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-26 17:23:50 -04:00
Disable Redis for Staging added statsd for post methods
- Disable Redis as there is a current connection limit of 256 which could slow down the request if they are all used - Added statd to methods in the post to help spot any bottlenecks
This commit is contained in:
@@ -388,6 +388,7 @@ class Staging(Config):
|
||||
FROM_NUMBER = 'stage'
|
||||
API_RATE_LIMIT_ENABLED = True
|
||||
CHECK_PROXY_HEADER = True
|
||||
REDIS_ENABLED = False
|
||||
|
||||
API_KEY_LIMITS = {
|
||||
KEY_TYPE_TEAM: {
|
||||
|
||||
Reference in New Issue
Block a user