Skip to content

Commit

Permalink
Merge pull request #274 from miketheman/patch-1
Browse files Browse the repository at this point in the history
Update README.rst
  • Loading branch information
sibson committed Mar 26, 2024
2 parents 4778802 + 8095a07 commit d8fffcf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ Then specify the scheduler when running Celery Beat:
celery beat -S redbeat.RedBeatScheduler
If using the embedded beat in a worker process (like in development), specify the scheduler like so:

.. code-block:: console
celery worker --beat --scheduler redbeat.RedBeatScheduler ...
RedBeat uses a distributed lock to prevent multiple instances running.
To disable this feature, set:

Expand Down

0 comments on commit d8fffcf

Please sign in to comment.