Skip to content

Commit 186885e

Browse files
[Messenger] Add mention of workers restarting with supervisor
1 parent 6fb8828 commit 186885e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

messenger.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,10 @@ Next, tell Supervisor to read your config and start your workers:
726726
727727
$ sudo supervisorctl start messenger-consume:*
728728
729+
# If you deploy an update of your code, don't forget to restart your workers
730+
# to run the new code
731+
$ sudo supervisorctl restart messenger-consume:*
732+
729733
See the `Supervisor docs`_ for more details.
730734

731735
Graceful Shutdown

0 commit comments

Comments
 (0)