Skip to content

Commit 8d2ad3c

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: [Messenger] Add mention of workers restarting with `supervisor`
2 parents 2a70cd2 + cfe61aa commit 8d2ad3c

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
@@ -743,6 +743,10 @@ Next, tell Supervisor to read your config and start your workers:
743743
744744
$ sudo supervisorctl start messenger-consume:*
745745
746+
# If you deploy an update of your code, don't forget to restart your workers
747+
# to run the new code
748+
$ sudo supervisorctl restart messenger-consume:*
749+
746750
See the `Supervisor docs`_ for more details.
747751

748752
Graceful Shutdown

0 commit comments

Comments
 (0)