All Products
Search
Document Center

PolarDB:Polar.ai.retry_times

Last Updated:Mar 28, 2026

Sets the maximum number of retry attempts for failed HTTP requests.

Data types

Integer

Values

Valid values: 0 to 100. Default value: 0.

Examples

Set the parameter for the current session:

SET polar.ai.retry_times = 1;

Set the parameter for a specific database:

ALTER DATABASE <dbname> SET polar.ai.retry_times = 2;