Skip to content

Commit 0b383c3

Browse files
authored
Fixed error in supervisord configuration
nodeindexqueue:live is no command, replaced with the correct nodeindexqueue:work command.
1 parent 0580e7c commit 0b383c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ found a basic configuration:
4949
stopsignal=QUIT
5050

5151
[program:elasticsearch_live_indexing]
52-
command=php flow nodeindexqueue:live --queue live
52+
command=php flow nodeindexqueue:work --queue live
5353
stdout_logfile=AUTO
5454
stderr_logfile=AUTO
5555
numprocs=4

0 commit comments

Comments
 (0)