From b06e17acf0d44c2bf17a5df06d4884ad06842883 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 14 Sep 2017 15:10:54 +0200 Subject: [PATCH] Added a little reminder about what to do when you add a Celery module --- pillar/celery/__init__.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pillar/celery/__init__.py b/pillar/celery/__init__.py index e69de29b..c1a65877 100644 --- a/pillar/celery/__init__.py +++ b/pillar/celery/__init__.py @@ -0,0 +1,6 @@ +"""Tasks to be run by the Celery worker. + +If you create a new submodule/subpackage, be sure to add it to +PillarServer._config_celery() too. + +"""