Skip to content

Commit

Permalink
Fix broken links to celery documentation (#22364)
Browse files Browse the repository at this point in the history
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 a8de170)
  • Loading branch information
davidhagens authored and ephraimbuddy committed Mar 26, 2022
1 parent e444a0d commit 51ce2c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/apache-airflow/executor/celery.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 51ce2c1

Please sign in to comment.