Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jonah Kanner
gracedb
Commits
e44b2b86
Commit
e44b2b86
authored
Apr 12, 2019
by
Tanner Prestegard
Committed by
GraceDB
Apr 12, 2019
Browse files
Increase email throttling in AWS SES by 2x
parent
6b62184c
Changes
1
Hide whitespace changes
Inline
Side-by-side
config/settings/container/base.py
View file @
e44b2b86
...
...
@@ -69,6 +69,7 @@ AWS_SES_REGION_NAME = get_from_env('AWS_SES_REGION_NAME',
default_value
=
'us-west-2'
,
fail_if_not_found
=
False
)
AWS_SES_REGION_ENDPOINT
=
get_from_env
(
'AWS_SES_REGION_ENDPOINT'
,
default_value
=
'email.us-west-2.amazonaws.com'
,
fail_if_not_found
=
False
)
AWS_SES_AUTO_THROTTLE
=
0.25
ALERT_EMAIL_FROM
=
get_from_env
(
'DJANGO_ALERT_EMAIL_FROM'
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment