All Products
Search
Document Center

PolarDB:Polar.ai.retry_interval_msec

Last Updated:Mar 28, 2026

Sets the wait time between retry attempts when an HTTP request to an AI service fails.

Data type

Integer

Values

PropertyValue
Valid range0–100000
UnitMilliseconds
Default3000 (3 seconds)

Examples

Set the retry interval for the current session:

SET polar.ai.retry_interval_msec = 1000;

Set the retry interval for a specific database:

ALTER DATABASE <dbname> SET polar.ai.retry_interval_msec = 2000;