Added a bit about Celery to the README.md

This commit is contained in:
Sybren A. Stüvel 2017-06-02 11:50:02 +02:00
parent 878bf22695
commit c7e225e81b

View File

@ -54,3 +54,11 @@ You may also want to compare their
When on a HDRi page with the viewer embedded, use this JavaScript code to find the current When on a HDRi page with the viewer embedded, use this JavaScript code to find the current
yaw: `vrview_window.contentWindow.yaw()`. This can be passed as `default_yaw` parameter to yaw: `vrview_window.contentWindow.yaw()`. This can be passed as `default_yaw` parameter to
the iframe. the iframe.
## Celery
Pillar requires [Celery](http://www.celeryproject.org/) for background task processing. This in
turn requires a backend and a broker, for which the default Pillar configuration uses Redis and
RabbitMQ.
You can run the Celery Worker using `manage.py operations worker`.