X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=conf%2FEngine.cluster.properties;h=4cf86b2699d32b9a3725f6109ca2fed3bef72541;hb=c9f7971449a47c55a05742cfcb93157e30dd385a;hp=8ccacd6a935a1f04d3dd8f56254719b07642779c;hpb=1178f388e4d4e64387704a751fd9c77ccb773a27;p=jabaws.git diff --git a/conf/Engine.cluster.properties b/conf/Engine.cluster.properties index 8ccacd6..4cf86b2 100644 --- a/conf/Engine.cluster.properties +++ b/conf/Engine.cluster.properties @@ -1,25 +1,36 @@ -### Local Binaries root path ### - +################################################################################# # enable or disable engine true | false # OPTIONAL defaults to false -engine.cluster.enable=true +engine.cluster.enable=false +################################################################################# # Directory to use for temporary files storage # REQUIRED - cluster nodes must have access to this directory! -# An absolute path is required -cluster.tmp.directory=/homes/pvtroshin/workspace/jaba2/jobsout +# WARNING!!! An absolute path is required +# +# Please note that statistic web application will only be able to generate links +# to the job folders if this path is within JABA web application. +# JABAWS statistic application just assume that the last name in the path is the +# application folder in the root of JABAWS web application. +cluster.tmp.directory=/cluster/gjb_lab/fc/www-jws2/jaba/jobsout +################################################################################# # Enable/disable cluster statistics collector -cluster.stat.collector.enable=true - -# The relative path for the JABAWS usage statistic application. -# Optional. -# Set this path if you would like to enable usage statistics -# application to enable it to collect and display usage statistics. -# This path must be relevant to the web application folder. Otherwise -# the application will be unable to access the statistics. -cluster.tmp.directory.relative=jobsout +cluster.stat.collector.enable=false +# Frequency of statistics collecting (in minutes) +# normal rate: once a date = 24 * 60 = 1440 +cluster.stat.collector.update.frequency=1440 +################################################################################# # Maximum amount of time the job is considered running in hours # Optional defaults to 7 days (168h) cluster.stat.maxruntime=24 + +################################################################################# +# Maximum amount of time the job directory is living (in hours), +# -1 means the directories are never deleted +# Defaults is one week, i.e. 168 hours +cluster.jobdir.maxlifespan=168 +# Frequency of cleaning job directory (in minutes) +# normal rate: once a date = 24 * 60 = 1440 +cluster.jobdir.cleaning.frequency=1