-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Open
Labels
Description
Setting idle_in_transaction_session_timeout, statement_timeout, and lock_timeout via pg pool config does not appear to work against Neon databases.
Screenshot 1 - params set locally against Postgres 16 in Docker container:
Screenshot 2 - params set against Neon, both direct & pgbouncer:
My methodology is simply to run await pool.query('SHOW lock_timeout');
Note that in screenshot 2 the lock timeout is zero. If I explicitly run SET lock_timeout = ... it works fine.
Reactions are currently unavailable