Skip to content
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