You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scheduler.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -827,6 +827,10 @@ the Messenger component:
827
827
This ensures workers are running continuously. For more details, refer to the
828
828
`Deploying to Production`_ section of the Messenger component documentation.
829
829
830
+
.. note::
831
+
Add a new transport in your ``messenger.yaml`` config file to reflect the name of your schedule.
832
+
For example: If you are using the ``default`` scheduler, add this new entry under transports: ```scheduler_default: "%env(MESSENGER_TRANSPORT_DSN)%"```
0 commit comments