Skip to main content

RetryStrategy

Retry strategy for the task or task environment. Retry strategy is optional or can be a simple number of retries.

Attributes​

AttributeTypeDescription
countintThe number of retries.

Constructor​

Signature​

def RetryStrategy(
count: int
) - > null

Parameters​

NameTypeDescription
countintThe number of retries to attempt.

Signature​

def RetryStrategy(
count: int
) - > null

Parameters​

NameTypeDescription
countintThe total number of retry attempts allowed for the task or task environment.