timeoutSeconds property

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

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

Optional.

Implementation

core.String? timeoutSeconds;