8000 Fix supervisor: need to use the group:* to start all processes in thi… · symfony/symfony-docs@b6cee52 · GitHub
[go: up one dir, main page]

Skip to content

Commit b6cee52

Browse files
authored
Fix supervisor: need to use the group:* to start all processes in this group
1 parent a2f5c28 commit b6cee52

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