Created
July 28, 2020 17:41
-
-
Save jjcodes78/581327aa972339111e87aacef4cb9fdb to your computer and use it in GitHub Desktop.
PM2 Laravel Queue
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 | |
- --queue=<name> | |
- --tries=3 | |
- --sleep=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment