Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(current-usage): Manage connection pools with parallel threads (#2077
) ## Context This PR follows #2076 ## Description It tries to fix an issue with the connection pool: ``` could not obtain a connection from the pool within 5.000 seconds (waited 5.000 seconds); all pooled connections were in use (ActiveRecord::ConnectionTimeoutError) ```
- Loading branch information