maxRunDuration property

String? maxRunDuration
getter/setter pair

Maximum duration the task should run.

The task will be killed and marked as FAILED if over this limit.

Implementation

core.String? maxRunDuration;