Skip to content

Instantly share code, notes, and snippets.

@astrotars
Created August 3, 2018 19:45
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 astrotars/b385990f2632dd389838ecbba87def5e to your computer and use it in GitHub Desktop.
Save astrotars/b385990f2632dd389838ecbba87def5e to your computer and use it in GitHub Desktop.
{
"apps": [
{
"name": "api",
"cwd": "api/dist",
"script": "server.js",
"watch": false
},
{
"name": "conductor",
"cwd": "api/dist/workers",
"script": "conductor.js",
"watch": false
},
{
"name": "rss-worker",
"cwd": "api/dist/workers",
"script": "rss.js",
"instances": 2,
"exec_mode": "cluster",
"watch": false
},
{
"name": "podcast-worker",
"cwd": "api/dist/workers",
"script": "podcast.js",
"instances": 2,
"exec_mode": "cluster",
"watch": false
},
{
"name": "og-worker",
"cwd": "api/dist/workers",
"script": "og.js",
"instances": 2,
"exec_mode": "cluster",
"watch": false
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment