Skip to content

Commit 83b7a31

Browse files
committed
Merge branch '5.4' into 6.3
* 5.4: [Messenger] Add mention of workers restarting with `supervisor`
2 parents bcd63c5 + 2ef7e5d commit 83b7a31

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
@@ -756,6 +756,10 @@ Next, tell Supervisor to read your config and start your workers:
756756
757757
$ sudo supervisorctl start messenger-consume:*
758758
759+
# If you deploy an update of your code, don't forget to restart your workers
760+
# to run the new code
761+
$ sudo supervisorctl restart messenger-consume:*
762+
759763
See the `Supervisor docs`_ for more details.
760764

761765
Graceful Shutdown

0 commit comments

Comments
 (0)