You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by de...@apache.org on 2013/02/06 20:47:06 UTC

svn commit: r1443166 - /uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Author: degenaro
Date: Wed Feb  6 19:47:05 2013
New Revision: 1443166

URL: http://svn.apache.org/viewvc?rev=1443166&view=rev
Log:
UIMA-2642 ducc.properties WS job monitor comments and model timeout for 5 minutes

Modified:
    uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties

Modified: uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties
URL: http://svn.apache.org/viewvc/uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties?rev=1443166&r1=1443165&r2=1443166&view=diff
==============================================================================
--- uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties (original)
+++ uima/sandbox/uima-ducc/trunk/src/main/resources/ducc.properties Wed Feb  6 19:47:05 2013
@@ -103,6 +103,11 @@ ducc.ws.port.ssl = 42155
 ducc.ws.port.ssl.pw = quackquack
 # Optionally configure the webserver login session timeout, default is 30
 ducc.ws.session.minutes = 60
+# Optionally configure the webserver job automatic cancel timeout, default is 0 meaning feature disabled
+#   Employed when user specifies --wait_for_completion flag on job submission, in which case the job monitor
+#   program must visit http://<host>:<port>/ducc-servlet/proxy-job-status?id=<job-id> within this expiry time
+#   else the job will be automatically canceled by the webserver acting as the user.
+ducc.ws.job.automatic.cancel.minutes = 5
 # Optionally configure the webserver max history entries for each of Jobs/Reservations/Services
 ducc.ws.max.history.entries = 4096
 # Specify the ducc jsp comp dir