Skip to content

Commit 65c5f0a

Browse files
committed
Adding doc reference to Celery broker setup doc in installation instructino
1 parent d915e49 commit 65c5f0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/installation.rst

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ to work, you need to setup a Celery backend (**RabbitMQ**, **Redis**, ...) and
7474
change your ``airflow.cfg`` to point the executor parameter to
7575
CeleryExecutor and provide the related Celery settings.
7676

77+
For more information about setting up a Celery broker, refer to the
78+
exhaustive `Celery documentation on the topic <http://docs.celeryproject.org/en/latest/getting-started/brokers/index.html>`_.
79+
7780
To kick off a worker, you need to setup Airflow and quick off the worker
7881
subcommand
7982

0 commit comments

Comments
 (0)