Delete old job directory automatically
[jabaws.git] / conf / Engine.cluster.properties
1 ### Local Binaries root path ###\r
2 \r
3 # enable or disable engine true | false\r
4 # OPTIONAL defaults to false\r
5 engine.cluster.enable=false\r
6 \r
7 # Directory to use for temporary files storage\r
8 # REQUIRED - cluster nodes must have access to this directory!\r
9 # An absolute path is required \r
10 \r
11 # Please note that statistic web application will only be able to generate links\r
12 # to the job folders if this path is within JABA web application. \r
13 # JABAWS statistic application just assume that the last name in the path is the \r
14 # application folder in the root of JABAWS web application. \r
15 cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout\r
16 \r
17 # Enable/disable cluster statistics collector \r
18 cluster.stat.collector.enable=false\r
19 # Frequency of statistics collecting (in minutes)\r
20 # normal rate: once a date = 24 * 60 = 1440\r
21 cluster.stat.collector.update.frequency=1440\r
22 \r
23 # Maximum amount of time the job is considered running in hours\r
24 # Optional defaults to 7 days (168h) \r
25 cluster.stat.maxruntime=24\r
26 \r
27 # Maximum amount of time the job directory is living (in hours), \r
28 # -1 means the directories are never deleted\r
29 # Defaults is one week, i.e. 168 hours\r
30 cluster.jobdir.maxlifespan=168\r
31 # Frequency of cleaning job directory (in minutes)\r
32 # normal rate: once a date = 24 * 60 = 1440\r
33 cluster.jobdir.cleaning.frequency=1