Updated configs for testing local/cluster mode in the internal webservices2 boxe.
[jabaws.git] / dundee-conf / Engine.cluster.properties
index d75c228..cfae0dd 100644 (file)
@@ -1,23 +1,37 @@
-### Local Binaries root path ###\r
-\r
+#################################################################################\r
 # enable or disable engine true | false\r
 # OPTIONAL defaults to false\r
 engine.cluster.enable=true\r
 \r
+#################################################################################\r
 # Directory to use for temporary files storage\r
 # REQUIRED - cluster nodes must have access to this directory!\r
-# An absolute path is required \r
-\r
+# WARNING!!! An absolute path is required\r
+#\r
 # Please note that statistic web application will only be able to generate links\r
-# to the job folders if this path is within JABA web application. \r
-# JABAWS statistic application just assume that the last name in the path is the \r
-# application folder in the root of JABAWS web application. \r
-cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout\r
\r
+# to the job folders if this path is within JABA web application.\r
+# JABAWS statistic application just assume that the last name in the path is the\r
+# application folder in the root of JABAWS web application.\r
+#####cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout\r
+cluster.tmp.directory=/homes/www-jws2/cluster_jobsout220\r
 \r
-# Enable/disable cluster statistics collector \r
-cluster.stat.collector.enable=true\r
+#################################################################################\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
+#################################################################################\r
 # Maximum amount of time the job is considered running in hours\r
-# Optional defaults to 7 days (168h) \r
+# Optional defaults to 7 days (168h)\r
 cluster.stat.maxruntime=24\r
+\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=1440\r