parent
7c40eb8d87
commit
a30b358709
2 changed files with 14 additions and 6 deletions
|
@ -382,3 +382,6 @@ class DefaultConfig(object):
|
|||
|
||||
# Overridable list of reverse DNS prefixes that are reserved for internal use on labels.
|
||||
LABEL_KEY_RESERVED_PREFIXES = []
|
||||
|
||||
# Delays workers from starting until a random point in time between 0 and their regular interval.
|
||||
STAGGERED_WORKERS = True
|
||||
|
|
Reference in a new issue