File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ MAINTAINER ipunkt Business Solutions <info@ipunkt.biz>
44
55ENV PYTHON_VERSION=2.7.12-r0
66ENV PY_PIP_VERSION=8.1.2-r0
7- ENV SUPERVISOR_VERSION=3.3.0
7+ ENV SUPERVISOR_VERSION=3.3.1
88
99ENV CONNECTION=default
1010ENV QUEUE=default
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ sed -e "s~%%CONNECTION%%~$CONNECTION~" \
1212 -e " s~%%QUEUE%%~$QUEUE ~" \
1313 /etc/supervisor/conf.d/laravel-worker.conf.tpl > /etc/supervisor/supervisord.conf
1414
15- rm /etc/supervisor/conf.d/laravel-worker.conf.tpl
15+ # rm /etc/supervisor/conf.d/laravel-worker.conf.tpl
1616
1717supervisord --nodaemon --configuration /etc/supervisor/supervisord.conf
Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ process_name=%(program_name)s_%(process_num)02d
66command=php /var/www/app/artisan queue:work %%CONNECTION%% --queue=%%QUEUE%%
77autostart=true
88autorestart=true
9+ numprocs=1
10+ startretries=3000
You can’t perform that action at this time.
0 commit comments