Skip to content

Commit fa268bc

Browse files
author
Robert Kummer
authored
Create laravel-worker.conf.tpl
1 parent 15616b3 commit fa268bc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

laravel-worker.conf.tpl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[supervisord]
2+
nodaemon=true
3+
4+
[program:laravel-worker]
5+
process_name=%(program_name)s_%(process_num)02d
6+
command=php /var/www/app/artisan queue:work %%CONNECTION%% --queue=%%QUEUE%%
7+
autostart=true
8+
autorestart=true

0 commit comments

Comments
 (0)