Created
July 10, 2020 10:07
-
-
Save Xatta-Trone/19cf354c736d05aebff2251354e7bf19 to your computer and use it in GitHub Desktop.
laravel queue worker pm2 || pm2 start laravel-queue-worker.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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