From e1360687436bfe91db4ff5ca5107f299fbb6787b Mon Sep 17 00:00:00 2001 From: Antoine Makdessi Date: Sun, 29 Nov 2020 13:39:06 +0100 Subject: [PATCH] [Messenger] StopWorkersCommand improve doc helper --- src/Symfony/Component/Messenger/Command/StopWorkersCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php b/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php index 1c2fcdb6d9..7df9b9d201 100644 --- a/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php +++ b/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php @@ -50,7 +50,7 @@ The %command.name% command sends a signal to stop any messeng Each worker command will finish the message they are currently processing and then exit. Worker commands are *not* automatically restarted: that -should be handled by something like supervisord. +should be handled by a process control system. EOF ) ;