Skip to content

Update scheduler.rst #21083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scheduler.rst
Original file line number Diff line number Diff line change
Expand Up @@ -827,6 +827,10 @@
This ensures workers are running continuously. For more details, refer to the
`Deploying to Production`_ section of the Messenger component documentation.

.. note::

Check failure on line 830 in scheduler.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please add a blank line after ".. note::
Add a new transport in your ``messenger.yaml`` config file to reflect the name of your schedule.

Check failure on line 831 in scheduler.rst

View workflow job for this annotation

GitHub Actions / Lint (DOCtor-RST)

Please remove trailing whitespace
For example: If you are using the ``default`` scheduler, add this new entry under transports: ```scheduler_default: "%env(MESSENGER_TRANSPORT_DSN)%"```

Creating a Consumer Programmatically
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down