diff --git a/config.py b/config.py index f044c220c..c18a1fd69 100644 --- a/config.py +++ b/config.py @@ -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