update: add horizon

This commit is contained in:
tokumeikoi
2021-09-01 01:56:16 +09:00
parent 1d87a1b99a
commit 35e11a6816
12 changed files with 1076 additions and 2 deletions

View File

@ -1,5 +1,5 @@
apps:
- name : 'V2Board'
script : 'php artisan queue:work --queue=traffic_fetch,server_log,send_email,send_telegram,stat_server'
instances: 4
script : 'php artisan horizon'
instances: 1
out_file : './storage/logs/queue/queue.log'