timeout property

String? timeout
getter/setter pair

Max allowed time duration the Task may be active before the system will actively try to mark it failed and kill associated containers.

This applies per attempt of a task, meaning each retry can run for the full timeout.

Implementation

core.String? timeout;