8000 minor #11978 Fix supervisor: need to use the group:* to start all pro… · symfony/symfony-docs@701c6ad · GitHub
[go: up one dir, main page]

Skip to content

Commit 701c6ad

Browse files
committed
minor #11978 Fix supervisor: need to use the group:* to start all processes in this group (weaverryan)
This PR was merged into the 4.3 branch. Discussion ---------- Fix supervisor: need to use the group:* to start all processes in this group Tested locally - ran into this when setting up supervisor for the SymfonyCasts tutorial today :). The typo was originally mine. Commits ------- b6cee52 Fix supervisor: need to use the group:* to start all processes in this group
2 parents 49d9877 + b6cee52 commit 701c6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messenger.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ config and start your workers:
619619
620620
$ sudo supervisorctl update
621621
622-
$ sudo supervisorctl start messenger-consume
622+
$ sudo supervisorctl start messenger-consume:*
623623
624624
See the `Supervisor docs`_ for more details.
625625

0 commit comments

Comments
 (0)
0