diff --git a/messenger.rst b/messenger.rst index 7190f063c35..a0f6a3ba1ff 100644 --- a/messenger.rst +++ b/messenger.rst @@ -726,6 +726,10 @@ Next, tell Supervisor to read your config and start your workers: $ sudo supervisorctl start messenger-consume:* + # If you deploy an update of your code, don't forget to restart your workers + # to run the new code + $ sudo supervisorctl restart messenger-consume:* + See the `Supervisor docs`_ for more details. Graceful Shutdown