root 5 лет назад
Родитель
Сommit
0dbdb55ed2
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      pm2.yaml

+ 1 - 1
pm2.yaml

@@ -1,5 +1,5 @@
 apps:
 apps:
-  - name     : 'Queue'
+  - name     : 'V2Board Queue'
     script   : 'php artisan queue:work --queue=verify_mail,other_mail'
     script   : 'php artisan queue:work --queue=verify_mail,other_mail'
     instances: 4
     instances: 4
     out_file : './storage/logs/queue/queue.log'
     out_file : './storage/logs/queue/queue.log'