Job task timeout - Cloud - 8.0

Talend Release Notes

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud API Services Platform
Talend Cloud Big Data
Talend Cloud Big Data Platform
Talend Cloud Data Fabric
Talend Cloud Data Integration
Talend Cloud Data Management Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Cloud API Designer
Talend Cloud API Tester
Talend Cloud Data Inventory
Talend Cloud Data Preparation
Talend Cloud Data Stewardship
Talend Cloud Management Console
Talend Cloud Pipeline Designer
Talend Data Preparation
Talend Data Stewardship
Talend Studio
Content
Installation and Upgrade
Release Notes
A timeout parameter is now available to help you automatically terminate task runs when their durations exceed intended timeframes.
You can set this parameter at two different levels to dynamically manage the timeout of your tasks:
  • Task configuration level: set in the PUT request to the /orchestration/executables/tasks/<taskId>/run-config endpoint. This timeout is added to the configuration of a task and thus applies on all the runs of this task.
  • Task execution level: set in the POST request to the /processing/executions endpoint. This timeout dynamically applies on the current task run only. It overrides the task configuration timeout if that task has one.
Note: When you set a timeout value, be aware that
  • Its accuracy is 10 seconds.
  • It is defined in minutes.
  • It applies only on Job tasks running on Remote Engine Gen1 v2.12.0 and onwards, Remote Engine Cluster and Cloud Engine.