Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
cikay authored Nov 18, 2022
1 parent ef35b6a commit d9ff466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Then specify the scheduler when running Celery Beat:

.. code-block:: console
celery beat -S redbeat.RedBeatScheduler
celery beat -A <celery_app_file_path>.<celery_app_instance_name> -S redbeat.RedBeatScheduler
RedBeat uses a distributed lock to prevent multiple instances running.
To disable this feature, set:
Expand Down

0 comments on commit d9ff466

Please sign in to comment.