forked from rails/rails
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add connection pool to connection timeout errors
Along the same lines as rails#48295, in multi-database applications it's helpful to have access to the pool when debugging these timeouts. For example, we might send the connection class and role along to an exception tracking system. ConnectionTimeout was already set up to take a connection_pool, so this commit passes it along as needed where we raise the error.
- Loading branch information
1 parent
488a7ce
commit 846bf52
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters