Skip to content

Commit dbc595d

Browse files
authored
Merge pull request #10 from peterbucher/patch-1
TASK: Fixed error in supervisord configuration
2 parents 0580e7c + 0b383c3 commit dbc595d

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)