Revision history [back]
This setting is to set up custom message broker (medium to transfer messages between the application and the celery daemon).
For the beginner site it might be best to stick with the default - just change CELERY_ALWAYS_EAGER
to False
and run in the background:
python manage.py celeryd
The default setup will use database as the message broker. It is not the fastest or most scalable, but this will take you long way and reduce necessity of setting up additional services.