This is an automated email from the ASF dual-hosted git repository.

dimuthuupe pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new 17a0e30  Setting workflow expiry from 30 mins to 1 second
17a0e30 is described below

commit 17a0e3091958251fdc65023a3a1210fbd3c29d6f
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Tue Apr 2 22:28:03 2019 -0400

    Setting workflow expiry from 30 mins to 1 second
---
 .../main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/modules/airavata-helix/workflow-impl/src/main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java
 
b/modules/airavata-helix/workflow-impl/src/main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java
index edca657..746f912 100644
--- 
a/modules/airavata-helix/workflow-impl/src/main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java
+++ 
b/modules/airavata-helix/workflow-impl/src/main/java/org/apache/airavata/helix/workflow/WorkflowOperator.java
@@ -45,7 +45,7 @@ public class WorkflowOperator {
     private final static Logger logger = 
LoggerFactory.getLogger(WorkflowOperator.class);
 
     private static final String WORKFLOW_PREFIX = "Workflow_of_process_";
-    private static final long WORKFLOW_EXPIRY_TIME = 30 * 60 * 1000;
+    private static final long WORKFLOW_EXPIRY_TIME = 1 * 1000;
     private TaskDriver taskDriver;
     private HelixManager helixManager;
 

Reply via email to