Let's specifically import string_list()s in the config_spec.
This commit is contained in:
@@ -65,5 +65,5 @@ celerybeat_max_loop_interval = integer()
|
||||
celeryd_eta_scheduler_precision = float()
|
||||
|
||||
# known lists
|
||||
celery_routes = list()
|
||||
celery_imports = list()
|
||||
celery_routes = string_list()
|
||||
celery_imports = string_list()
|
||||
Reference in New Issue
Block a user