From c7e225e81bad6f2c201c645b6ea687d7ef5def6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 2 Jun 2017 11:50:02 +0200 Subject: [PATCH] Added a bit about Celery to the README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 01dde690..af550103 100644 --- a/README.md +++ b/README.md @@ -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 yaw: `vrview_window.contentWindow.yaw()`. This can be passed as `default_yaw` parameter to 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`.