We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15616b3 commit fa268bcCopy full SHA for fa268bc
laravel-worker.conf.tpl
@@ -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