23 lines
402 B
JSON
23 lines
402 B
JSON
[
|
|
{
|
|
"name": "Predictor",
|
|
"script": "app/predict.js",
|
|
"env": {
|
|
"NODE_ENV": "production"
|
|
},
|
|
"autorestart": false,
|
|
"instances": 1,
|
|
"cron_restart": "10 15 * * 2,5"
|
|
},
|
|
{
|
|
"name": "Retriever",
|
|
"script": "app/retriever.js",
|
|
"env": {
|
|
"NODE_ENV": "production"
|
|
},
|
|
"autorestart": false,
|
|
"instances": 1,
|
|
"cron_restart": "45 9 * * 3,6"
|
|
}
|
|
]
|