Delete old job directory automatically
[jabaws.git] / conf / Engine.cluster.properties
index caa2541..e18fa4c 100644 (file)
@@ -16,7 +16,18 @@ cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout
 \r
 # Enable/disable cluster statistics collector \r
 cluster.stat.collector.enable=false\r
+# Frequency of statistics collecting (in minutes)\r
+# normal rate: once a date = 24 * 60 = 1440\r
+cluster.stat.collector.update.frequency=1440\r
 \r
 # Maximum amount of time the job is considered running in hours\r
 # Optional defaults to 7 days (168h) \r
 cluster.stat.maxruntime=24\r
+\r
+# Maximum amount of time the job directory is living (in hours), \r
+# -1 means the directories are never deleted\r
+# Defaults is one week, i.e. 168 hours\r
+cluster.jobdir.maxlifespan=168\r
+# Frequency of cleaning job directory (in minutes)\r
+# normal rate: once a date = 24 * 60 = 1440\r
+cluster.jobdir.cleaning.frequency=1
\ No newline at end of file