Sets the maximum number of retry attempts when a failed HTTP request occurs. The default value of 0 means no retries are attempted.
Parameter attributes
| Attribute | Value |
|---|---|
| Data type | Integer |
| Default value | 0 |
| Allowed values | 0–100 |
Examples
Apply to the current session
SET polar.ai.retry_times = 1;Apply to a specific database
Replace <dbname> with your database name.
ALTER DATABASE <dbname> SET polar.ai.retry_times = 2;