Merge pull request #2069 from jzelinskie/staggerfix
config: fix staggered workers config name
This commit is contained in:
commit
d6e200f09a
1 changed files with 1 additions and 1 deletions
|
@ -387,4 +387,4 @@ class DefaultConfig(object):
|
|||
LABEL_KEY_RESERVED_PREFIXES = []
|
||||
|
||||
# Delays workers from starting until a random point in time between 0 and their regular interval.
|
||||
STAGGERED_WORKERS = True
|
||||
STAGGER_WORKERS = True
|
||||
|
|
Reference in a new issue