root 5 năm trước cách đây
mục cha
commit
66042904e8
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      pm2.yaml

+ 5 - 0
pm2.yaml

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