mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-29 20:01:50 -05:00
Merge pull request #3413 from alphagov/increase-timeout-more
Bump sqlalchemy statement timeout even higher for reporting worker
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
'additional_env_vars': {
|
||||
'CELERYD_MAX_TASKS_PER_CHILD': 1,
|
||||
'CELERYD_PREFETCH_MULTIPLIER': 1,
|
||||
'SQLALCHEMY_STATEMENT_TIMEOUT': 2400
|
||||
'SQLALCHEMY_STATEMENT_TIMEOUT': 7200
|
||||
}
|
||||
},
|
||||
'notify-delivery-worker-priority': {},
|
||||
|
||||
Reference in New Issue
Block a user