2 Answers
- Newest
- Most votes
- Most comments
1
Hi,
Could you try setting lock_timeout at the database level?
alter database postgres set lock_timeout = '30s';
answered 2 years ago
0
Hi, I believe that setting of deadlock_timeout in your parameter group witll produce what you expect: timeout if a transaction in stuck on a lock for too long.
Relevant content
- asked a year ago
- asked 4 years ago
