Turn off email stub on staging

To check if it was our congestion point for the soak test.
(Email stub is a bit slower to respond than Amazon SES, and
the difference could lead to us having to many connections to db open
as we wait for response from the stub)
This commit is contained in:
Pea Tyczynska
2020-06-09 11:21:42 +01:00
parent c63a78242c
commit bb3672100f

View File

@@ -468,7 +468,7 @@ class Staging(Config):
API_RATE_LIMIT_ENABLED = True
CHECK_PROXY_HEADER = True
REDIS_ENABLED = True
SES_STUB_URL = 'https://notify-email-provider-stub-staging.cloudapps.digital/ses'
# SES_STUB_URL = 'https://notify-email-provider-stub-staging.cloudapps.digital/ses'
MMG_URL = 'https://notify-sms-provider-stub-staging.cloudapps.digital/mmg'
FIRETEXT_URL = 'https://notify-sms-provider-stub-staging.cloudapps.digital/firetext'