We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28d488c commit f42cd80Copy full SHA for f42cd80
lib/db_connection/connection_pool.ex
@@ -287,7 +287,7 @@ defmodule DBConnection.ConnectionPool do
287
This means requests are coming in and your connection pool cannot serve them fast enough. \
288
You can address this by:
289
290
- 1. Your database is available and you have the proper credentials to connect to it
+ 1. Ensuring your database is available and that you can connect to it
291
2. Tracking down slow queries and making sure they are running fast enough
292
3. Increasing the pool_size (albeit it increases resource consumption)
293
4. Allowing requests to wait longer by increasing :queue_target and :queue_interval
0 commit comments