mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 05:58:53 -04:00
timeout slightly longer than retry
This commit is contained in:
@@ -123,7 +123,7 @@ class Config(object):
|
|||||||
BROKER_TRANSPORT_OPTIONS = {
|
BROKER_TRANSPORT_OPTIONS = {
|
||||||
'region': AWS_REGION,
|
'region': AWS_REGION,
|
||||||
'polling_interval': 1, # 1 second
|
'polling_interval': 1, # 1 second
|
||||||
'visibility_timeout': 300,
|
'visibility_timeout': 310,
|
||||||
'queue_name_prefix': NOTIFICATION_QUEUE_PREFIX
|
'queue_name_prefix': NOTIFICATION_QUEUE_PREFIX
|
||||||
}
|
}
|
||||||
CELERY_ENABLE_UTC = True,
|
CELERY_ENABLE_UTC = True,
|
||||||
|
|||||||
Reference in New Issue
Block a user