RetryStrategy
Retry strategy for the task or task environment. Retry strategy is optional or can be a simple number of retries.
Attributes
| Attribute | Type | Description |
|---|---|---|
| count | int | The number of retries. |
Constructor
Signature
def RetryStrategy(
count: int
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| count | int | The number of retries to attempt. |
Signature
def RetryStrategy(
count: int
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| count | int | The total number of retry attempts allowed for the task or task environment. |