Default analyses limits can be defined in configuration

This commit is contained in:
Raul Ochoa
2016-10-20 14:02:13 +02:00
parent 30a95b7da3
commit 376573459c
7 changed files with 164 additions and 5 deletions

View File

@@ -216,6 +216,12 @@ var config = {
// there, in append mode. Otherwise 'log_filename' is used. Otherwise stdout is used (default).
// Log file will be re-opened on receiving the HUP signal
filename: '/tmp/analysis.log'
},
// Define max execution time in ms for analyses or tags
// If analysis or tag are not found in redis this values will be used as default.
limits: {
moran: 120000,
cpu2x: 60000
}
}
,millstone: {