root 5 years ago
parent
commit
66042904e8
1 changed files with 5 additions and 0 deletions
  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'