Turn statsd back on, but not for api main app, only for delivery

workers.
This commit is contained in:
Pea Tyczynska
2020-07-08 16:04:31 +01:00
parent 9c4205c7c6
commit fff004da2b
3 changed files with 3 additions and 4 deletions

View File

@@ -495,9 +495,6 @@ class Live(Config):
CRONITOR_ENABLED = True
# TODO: revert when we're confident statsd won't break things
STATSD_ENABLED = False
class CloudFoundryConfig(Config):
pass