Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b01840b111 |
@@ -4,6 +4,17 @@ logfile=/dev/null
|
|||||||
logfile_maxbytes=0
|
logfile_maxbytes=0
|
||||||
pidfile=/run/supervisord.pid
|
pidfile=/run/supervisord.pid
|
||||||
|
|
||||||
|
[program:torsearch-worker]
|
||||||
|
command=/app/bin/console messenger:consume async -vv --time-limit 3600
|
||||||
|
numprocs=1
|
||||||
|
stdout_logfile=/dev/stdout
|
||||||
|
stdout_logfile_maxbytes=0
|
||||||
|
stderr_logfile=/dev/stderr
|
||||||
|
stderr_logfile_maxbytes=0
|
||||||
|
autorestart=true
|
||||||
|
startretries=3
|
||||||
|
process_name=%(program_name)s_%(process_num)02d
|
||||||
|
|
||||||
[program:torsearch-worker]
|
[program:torsearch-worker]
|
||||||
command=/app/bin/console messenger:consume download -vv --time-limit 3600
|
command=/app/bin/console messenger:consume download -vv --time-limit 3600
|
||||||
numprocs=1
|
numprocs=1
|
||||||
|
|||||||
Reference in New Issue
Block a user