Increase default connection timeout for HikariCP

Description

By default HikariCP waits up to 30 seconds when trying to acquire a connection before throwing a SQLException. This differs from the behavior we had in c3p0 where we would wait forever until a new connection was available.

Since we don't handle this case in most of the code, we should configure HikariCP to wait forever by default.

Acceptance / Success Criteria

None

Lucidchart Diagrams

Activity

Show:

Jesse White May 31, 2017 at 6:55 PM

Fixed in foundation-2017 with 6b3f92df7716de01455b828570829399c8029c6a

Fixed

Details

Assignee

Reporter

Components

Sprint

Affects versions

Priority

PagerDuty

Created May 30, 2017 at 3:24 PM
Updated February 15, 2018 at 9:34 PM
Resolved May 31, 2017 at 6:55 PM