You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently after the initial load, the plugin attempts reconnection to postgre server. But the technical aspects of this reconnection are not documented. Sample queries below.
Is there max limit in time or count to this retry attempt?
What type of retry is this: a)IMMEDIATE b)FIXED_INTERVAL c)RANDOM_INTERVAL d)LINEAR_BACKOFF e)EXPONENTIAL_BACKOFF f)EXPONENTIAL_BACKOFF_WITH_JITTER g)...
The text was updated successfully, but these errors were encountered:
Currently after the initial load, the plugin attempts reconnection to postgre server. But the technical aspects of this reconnection are not documented. Sample queries below.
The text was updated successfully, but these errors were encountered: