summaryrefslogtreecommitdiffstats
path: root/components/model-catalog/definition-type
diff options
context:
space:
mode:
authorOleg Mitsura <oleg.mitsura@amdocs.com>2020-01-24 17:56:36 -0500
committerOleg Mitsura <oleg.mitsura@amdocs.com>2020-01-27 11:56:31 -0500
commit9f92c18e8cccc5f15a7c65ef3e95252316360077 (patch)
treeeabf4b603706c5a3acdfffb669ce0ddc1db4791b /components/model-catalog/definition-type
parent87b00f3a63482fe21ab468541d6f89b8348422a0 (diff)
cmd-exec separate env-prepare and exec timeouts.
Issue-ID: CCSDK-2039 added inputs for cmd-exec "env-prepare-timeout" and "execution-timeout" to segregate the timeouts. rev1: initial commit rev2: reverted application-dev.properties rev3: apply default timeouts if they are not specified + fixed a test Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com> Change-Id: I651594932a3fc87e0d853e65879b1548d9dbde8a
Diffstat (limited to 'components/model-catalog/definition-type')
-rw-r--r--components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
index acaea4e7b..8fa8e7c7b 100644
--- a/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
+++ b/components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json
@@ -60,6 +60,18 @@
"entry_schema" : {
"type" : "dt-system-packages"
}
+ },
+ "env-prepare-timeout": {
+ "description": "Time-out for environment preparation.",
+ "required": false,
+ "type": "integer",
+ "default": 120
+ },
+ "execution-timeout": {
+ "description": "Time-out for the execution step.",
+ "required": false,
+ "type": "integer",
+ "default": 180
}
}
}