From 3cafa5721d2153fd2fdd19522602dbdf36825bc6 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Tue, 1 Nov 2016 12:31:12 -0400 Subject: [PATCH] config: fix staggered workers config name --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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