Skip to content

Commit 8b1f827

Browse files
committed
feat: add leaf queue program to supervisor conf
1 parent a985626 commit 8b1f827

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[program:leaf-queue]
2+
process_name=%(program_name)s_%(process_num)02d
3+
command=php leaf queue:work
4+
autostart=true
5+
autorestart=true
6+
numprocs=1
7+
redirect_stderr=true
8+
stdout_logfile=/var/log/leaf-queue.log

0 commit comments

Comments
 (0)