timeoutSeconds property

int? timeoutSeconds
getter/setter pair

Duration in seconds the task may be active before the system will actively try to mark it failed and kill associated containers.

Will replace existing timeout_seconds value.

Implementation

core.int? timeoutSeconds;