rh-aiservices-bu / jumpstart-library

GNU General Public License v3.0
52 stars 29 forks source link

Add TCP_USER_TIMEOUT to Postgres URL #75

Closed cbrianpace closed 3 years ago

cbrianpace commented 3 years ago

After researching the hang issue, most resolutions pointed to two things. First is adding the pool_pre_ping which has already been done. Second adding the tcp_user_timeout pass through parameter to the URL. This will instruct libpq to specify a timeout.