This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a8de170 Fix broken links to celery documentation (#22364)
a8de170 is described below
commit a8de170c9fb31d219ec4287f79cfa58cc0b44866
Author: davidhagens <[email protected]>
AuthorDate: Fri Mar 18 23:57:35 2022 +0100
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.
---
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 98a18fe..f61cff4 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
<http://docs.celeryproject.org/en/latest/getting-started/>`_.
+exhaustive `Celery documentation on the topic
<https://docs.celeryq.dev/en/latest/getting-started/>`_.
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
<https://docs.celeryproject.org/en/latest/userguide/workers.html>`__.
+`Celery documentation
<https://docs.celeryq.dev/en/latest/userguide/workers.html>`__.
Note that you can also run `Celery Flower
<https://flower.readthedocs.io/en/latest/>`__,
a web UI built on top of Celery, to monitor your workers. You can use the
shortcut command