/AWS1/CL_SYNRETRYCONFIGINPUT¶
This structure contains information about the canary's retry configuration.
The default account level concurrent execution limit from Lambda is 1000. When you have more than 1000 canaries, it's possible there are more than 1000 Lambda invocations due to retries and the console might hang. For more information on the Lambda execution limit, see Understanding Lambda function scaling.
For canary with MaxRetries = 2, you need to set the CanaryRunConfigInput.TimeoutInSeconds to less than 600 seconds to avoid validation errors.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_maxretries TYPE /AWS1/SYNMAXRETRIES /AWS1/SYNMAXRETRIES¶
The maximum number of retries. The value must be less than or equal to 2.
Queryable Attributes¶
MaxRetries¶
The maximum number of retries. The value must be less than or equal to 2.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MAXRETRIES() |
Getter for MAXRETRIES, with configurable default |
ASK_MAXRETRIES() |
Getter for MAXRETRIES w/ exceptions if field has no value |
HAS_MAXRETRIES() |
Determine if MAXRETRIES has a value |