Timed out because it queued and checked out the connection for longer than 15000ms

Before increasing those timeouts, have you investigated what operation is taking more than 15 seconds to complete? Usually that’s an indication of database issues, from missing indexes to queries that need optimization.

3 Likes