Sets the wait time between retry attempts when an HTTP request to an AI service fails.
Data type
Integer
Values
| Property | Value |
|---|---|
| Valid range | 0–100000 |
| Unit | Milliseconds |
| Default | 3000 (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;