timeout property
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. Defaults to 600 seconds.
Optional.
Implementation
core.String? timeout;