All Products
Search
Document Center

PolarDB:Polar.ai.retry_times

Last Updated:Mar 28, 2026

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

AttributeValue
Data typeInteger
Default value0
Allowed values0100

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;