maximumBackoff property

String? maximumBackoff
getter/setter pair

The maximum amount of time to wait before retrying a failed task.

This sets an upper bound for the backoff delay.

Optional.

Implementation

core.String? maximumBackoff;