timeout property

String? timeout
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.String? timeout;