From 51ce2c1bb98b99eb119f9d0af1d8490a28877c54 Mon Sep 17 00:00:00 2001 From: davidhagens Date: Fri, 18 Mar 2022 23:57:35 +0100 Subject: [PATCH] Fix broken links to celery documentation (#22364) The celery documentation have been moved from https://docs.celeryproject.org/ to https://docs.celeryq.dev/. The old links now refer to a 404 error page, the new links to the actual documentation. (cherry picked from commit a8de170c9fb31d219ec4287f79cfa58cc0b44866) --- docs/apache-airflow/executor/celery.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/apache-airflow/executor/celery.rst b/docs/apache-airflow/executor/celery.rst index 2e8990197f40c..9c848cea5c33a 100644 --- a/docs/apache-airflow/executor/celery.rst +++ b/docs/apache-airflow/executor/celery.rst @@ -27,7 +27,7 @@ change your ``airflow.cfg`` to point the executor parameter to ``CeleryExecutor`` and provide the related Celery settings. For more information about setting up a Celery broker, refer to the -exhaustive `Celery documentation on the topic `_. +exhaustive `Celery documentation on the topic `_. Here are a few imperative requirements for your workers: @@ -62,7 +62,7 @@ its direction. To stop a worker running on a machine you can use: It will try to stop the worker gracefully by sending ``SIGTERM`` signal to main Celery process as recommended by -`Celery documentation `__. +`Celery documentation `__. Note that you can also run `Celery Flower `__, a web UI built on top of Celery, to monitor your workers. You can use the shortcut command