mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Revert increased timeout for reporting worker
This reverts commit603acc8b1e+ This reverts commitedad1c9a21. The cause of the slowness was fixed in [1] and since [2] we now have data to prove it: each query to get the data is taking under 5 minutes, so it's safe to lower the timeout again. [1]: https://github.com/alphagov/notifications-api/pull/3417 [2]: https://github.com/alphagov/notifications-api/pull/3437
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
'notify-delivery-worker-reporting': {
|
||||
'additional_env_vars': {
|
||||
'CELERYD_PREFETCH_MULTIPLIER': 1,
|
||||
'SQLALCHEMY_STATEMENT_TIMEOUT': 7200
|
||||
}
|
||||
},
|
||||
'notify-delivery-worker-priority': {},
|
||||
|
||||
Reference in New Issue
Block a user