Sets the interval between retry attempts for failed HTTP requests.
Data types
Integer
Values
Valid values: 0 to 100000. Unit: milliseconds. Default value: 3000.
Examples
Set the interval between retry attempts for failed HTTP requests for the current session.
SET polar.ai.retry_interval_msec = 1000;
Set the interval between retry attempts for failed HTTP requests for a specific database.
ALTER DATABASE <dbname> SET polar.ai.retry_interval_msec = 2000;