Skip to content

Instantly share code, notes, and snippets.

@Xatta-Trone
Created July 10, 2020 10:07
Show Gist options
  • Save Xatta-Trone/19cf354c736d05aebff2251354e7bf19 to your computer and use it in GitHub Desktop.
Save Xatta-Trone/19cf354c736d05aebff2251354e7bf19 to your computer and use it in GitHub Desktop.
laravel queue worker pm2 || pm2 start laravel-queue-worker.yml
apps:
- name: laravel-queue-worker
script: artisan
exec_mode: fork
interpreter: php
instances: 1
args:
- queue:work
- --tries=5
- --sleep=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment