executor_retry_error_codes
Description
|
Comma-separated list of the HTTP status codes that should be retried.
|
Type
|
String, read/write
|
Default value
|
999,500,504,403,401
|
Note
|
Controls which errors to retry when
executor_max_retries is non-zero.
|
Note
|
Supported error codes are HTTP status codes returned by the Executor HTTP component, with code 999 meaning a communication error.
|