From 186885eb23007aa059ab784ad63fa995f507dd58 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Mon, 30 Oct 2023 16:42:28 +0100 Subject: [PATCH] [Messenger] Add mention of workers restarting with `supervisor` --- messenger.rst | 4 ++++ 1 file changed, 4 insertions(+) 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