Skip to content

Commit

Permalink
Merge pull request #229 from cikay/patch-2
Browse files Browse the repository at this point in the history
Specify celery app within run command
  • Loading branch information
sibson authored Mar 26, 2024
2 parents d8fffcf + d9ff466 commit feee53b
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
If using the embedded beat in a worker process (like in development), specify the scheduler like so:

Expand Down

0 comments on commit feee53b

Please sign in to comment.