Revert increased timeout for reporting worker

This reverts commit 603acc8b1e +
This reverts commit edad1c9a21.

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:
Ben Thorner
2022-01-25 12:50:43 +00:00
parent 68981a8b0d
commit 0d71ee69f0
2 changed files with 1 additions and 2 deletions

View File

@@ -57,7 +57,6 @@
'notify-delivery-worker-reporting': {
'additional_env_vars': {
'CELERYD_PREFETCH_MULTIPLIER': 1,
'SQLALCHEMY_STATEMENT_TIMEOUT': 7200
}
},
'notify-delivery-worker-priority': {},