diff --git a/scheduler.rst b/scheduler.rst index f6c7e0b7ac1..7ecef93f533 100644 --- a/scheduler.rst +++ b/scheduler.rst @@ -827,6 +827,10 @@ the Messenger component: This ensures workers are running continuously. For more details, refer to the `Deploying to Production`_ section of the Messenger component documentation. +.. note:: + Add a new transport in your ``messenger.yaml`` config file to reflect the name of your schedule. + 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~