Commit graph

2 commits

Author SHA1 Message Date
Alex Pearce
3d6de4dd79 Explicitly pass the Celery instance name.
When starting a Celery worker module, it is assumed that the Celery instance within the module is called `app`. This is not the case in the Celery pattern, where it is called `celery`, and so must be explicitly referenced.
2014-02-05 20:11:06 +00:00
Armin Ronacher
05f162329d Added celery pattern 2013-01-27 00:38:25 +00:00