pm2 / cron worker to send reminder

This commit is contained in:
lesion
2019-03-10 01:01:23 +01:00
parent e41de7208c
commit 6ed639d94b
39 changed files with 264 additions and 105 deletions

12
pm2.json Normal file
View File

@@ -0,0 +1,12 @@
{
"apps": [
{
"name": "GANCIO",
"script": "./app/server.js"
},
{
"name": "WORKER",
"script": "./app/cron.js"
}
]
}