From f4d5622db4f5bc743178a4a30944b9e6ce973f5e Mon Sep 17 00:00:00 2001 From: Abdellah Ramadan Date: Sun, 15 Jun 2025 23:52:53 +0100 Subject: [PATCH] Update scheduler.rst Reminder on adding the new transport for the scheduler in the messenger.yaml config file. --- scheduler.rst | 4 ++++ 1 file changed, 4 insertions(+) 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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~