pooler error : client _idle_timeout

Started by Johnathan Tiamohabout 2 years ago2 messagesgeneral
Jump to latest
#1Johnathan Tiamoh
johnathantiamoh@gmail.com

Hello,

Please, I need help to fix this issue. I have increase client
_idle_timeout from 15 minutes to 30 minutes and still facing the
same problem.

Kind regards
Johnathan T.

#2David G. Johnston
david.g.johnston@gmail.com
In reply to: Johnathan Tiamoh (#1)
Re: pooler error : client _idle_timeout

On Monday, February 19, 2024, Johnathan Tiamoh <johnathantiamoh@gmail.com>
wrote:

Please, I need help to fix this issue. I have increase client
_idle_timeout from 15 minutes to 30 minutes and still facing the
same problem.

Don’t connect through a pooler.

For a more helpful reply you need to actually show your work. What pooler
you are using, how you are connecting.

Poolers don’t tend to play nice with clients that want to supply connection
settings upfront. Either tell the client to not do that or don’t use a
pooler - the server itself is quite content with connection settings.

David J.