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>
4
4
5
5
ENV PYTHON_VERSION=2.7.12-r0
6
6
ENV PY_PIP_VERSION=8.1.2-r0
7
- ENV SUPERVISOR_VERSION=3.3.0
7
+ ENV SUPERVISOR_VERSION=3.3.1
8
8
9
9
ENV CONNECTION=default
10
10
ENV QUEUE=default
Original file line number Diff line number Diff line change @@ -12,6 +12,6 @@ sed -e "s~%%CONNECTION%%~$CONNECTION~" \
12
12
-e " s~%%QUEUE%%~$QUEUE ~" \
13
13
/etc/supervisor/conf.d/laravel-worker.conf.tpl > /etc/supervisor/supervisord.conf
14
14
15
- rm /etc/supervisor/conf.d/laravel-worker.conf.tpl
15
+ # rm /etc/supervisor/conf.d/laravel-worker.conf.tpl
16
16
17
17
supervisord --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
6
6
command=php /var/www/app/artisan queue:work %%CONNECTION%% --queue=%%QUEUE%%
7
7
autostart=true
8
8
autorestart=true
9
+ numprocs=1
10
+ startretries=3000
You can’t perform that action at this time.
0 commit comments