diff options
author | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2020-07-24 10:44:10 -0400 |
---|---|---|
committer | Oleg Mitsura <oleg.mitsura@amdocs.com> | 2020-07-24 10:50:03 -0400 |
commit | 8f917294bf447bc31826841198b832cf134bf20f (patch) | |
tree | 64539e631a1c680e80799f6b87e9496672f7e24f /components/model-catalog | |
parent | e6a5b4203976b7969bc19199d24a63c7c1eb11df (diff) |
remote-python-executor was missing timeout inputs
Was present in 'elalto', wasn't merged to frankfurt/master
Issue-ID: CCSDK-2608
Signed-off-by: Oleg Mitsura <oleg.mitsura@amdocs.com>
Change-Id: I414a400cf5228c8bff93517532607092103a6980
Diffstat (limited to 'components/model-catalog')
-rw-r--r-- | components/model-catalog/definition-type/starter-type/node_type/component-remote-python-executor.json | 12 |
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 } } } |