Skip to content

Instantly share code, notes, and snippets.

@toknT
Created March 8, 2019 02:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toknT/ae73672727baafea274bf04c0584a9ff to your computer and use it in GitHub Desktop.
Save toknT/ae73672727baafea274bf04c0584a9ff to your computer and use it in GitHub Desktop.
{
"apps": [
{
"name": "artisan-queue-work",
"script": "artisan",
"args": [
"queue:work",
"--tries=1",
"--sleep=1"
],
"exec_interpreter": "php"
}
]
}
@toknT
Copy link
Author

toknT commented Mar 8, 2019

pm2 config for laravel queue work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment