Added a little reminder about what to do when you add a Celery module

This commit is contained in:
Sybren A. Stüvel 2017-09-14 15:10:54 +02:00
parent c272b5d4bb
commit b06e17acf0

View File

@ -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.
"""