Sets the interval between retry attempts for failed HTTP requests.
Data type
Integer
Values
| Property | Value |
|---|---|
| Valid values | 0–100000 |
| Unit | Milliseconds |
| Default value | 3000 |
Examples
Set the retry interval for the current session:
SET polar.ai.retry_interval_msec = 1000;
Set the retry interval as the default for a specific database:
ALTER DATABASE <dbname> SET polar.ai.retry_interval_msec = 2000;