You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
512 B
20 lines
512 B
2 years ago
|
apps:
|
||
|
- script : './dist/index.js'
|
||
|
name : 'file-api'
|
||
|
min_uptime: 10000
|
||
|
max_restarts: 15
|
||
|
restart_delay: 2000
|
||
|
kill_timeout: 3000
|
||
|
- script : './dist/index-event-dispatcher.js'
|
||
|
name : 'file-event-dispatcher'
|
||
|
min_uptime: 10000
|
||
|
max_restarts: 15
|
||
|
restart_delay: 2000
|
||
|
kill_timeout: 3000
|
||
|
- script : './dist/index-worker.js'
|
||
|
name : 'file-worker'
|
||
|
min_uptime: 10000
|
||
|
max_restarts: 15
|
||
|
restart_delay: 2000
|
||
|
kill_timeout: 3000
|