Reduce the update period on queue worker metrics.
This commit is contained in:
parent
7c490b46c8
commit
709edd7eb6
2 changed files with 3 additions and 1 deletions
|
@ -105,6 +105,7 @@ class DefaultConfig(object):
|
|||
|
||||
# Build Queue Metrics
|
||||
QUEUE_METRICS_TYPE = 'Null'
|
||||
QUEUE_WORKER_METRICS_REFRESH_SECONDS = 300
|
||||
|
||||
# Exception logging
|
||||
EXCEPTION_LOG_TYPE = 'FakeSentry'
|
||||
|
|
Reference in a new issue