root 5 жил өмнө
parent
commit
66042904e8
1 өөрчлөгдсөн 5 нэмэгдсэн , 0 устгасан
  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'