Sidekiq Timeout Connection Pool only 5
Created by: thomasconner
Sidekiq is having a hard time getting a connection to the database. In the sidekiq.log I can see the following:
... "error_message"=>"could not obtain a database connection within 5 seconds (waited 5.000163677 seconds). The max pool size is currently 5; consider increasing it."...
I have changed the connection pool from 5 to 25 in the database.yml file but it seems to be getting overridden. Am I missing something?