Skip to content

Commit

Permalink
docs: update outdated Celery beat documentation
Browse files Browse the repository at this point in the history
There is no longer a separate database that could be corrupt, it uses
same database as Weblate.
  • Loading branch information
nijel committed Dec 19, 2024
1 parent f595bb9 commit 3987abd
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/admin/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1577,12 +1577,13 @@ placed as :file:`/etc/logrotate.d/celery`:
Periodic tasks using Celery beat
++++++++++++++++++++++++++++++++

Weblate comes with built-in setup for scheduled tasks. You can however define
additional tasks in :file:`settings.py`, for example see :ref:`lazy-commit`.
Weblate comes with built-in setup for scheduled tasks. The task schedule is
stored in the database and tasks are executed by the Celery beat daemon.

The tasks are supposed to be executed by Celery beats daemon. In case it is not
working properly, it might not be running or its database was corrupted. Check
the Celery startup logs in such case to figure out root cause.
.. hint::

You can define additional tasks in :file:`settings.py`, for example see
:ref:`lazy-commit`.

.. _monitoring-celery:

Expand Down

0 comments on commit 3987abd

Please sign in to comment.