Autorestart checked & enabled every 15 minuts

This commit is contained in:
Juan Ferrer 2019-12-08 13:54:20 +01:00
parent fb8bb0c8bc
commit 68417e00ac
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
apps:
- script: ./loopback/server/server.js
name: salix-back
cron_restart: '*/1 * * * *'
cron_restart: '*/15 * * * *'
instances: 1
max_restarts: 10