[ { "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" } ]