mirror of
https://github.com/GSA/notifications-api.git
synced 2026-04-30 14:19:43 -04:00
Bump sqlalchemy statement timeout even higher for reporting worker
We saw it fail again last night to calculate how many notifications were sent for one of our services to put in the ft_notification_status table. It ran in to the sqlalchemy statement timeout again. To get us through the holiday period lets make it 2 hours as surely that will be enough and then we can fix this properly
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