I'm getting a
Sequel::PoolTimeout error for queries on a postgres 9.4 heroku instance. I'm already increasing the pool timeout and max_connections via DB = Sequel.connect(uri, :pool_timeout=> 10, :max_connections=> 10) But still having this issue? Any ideas on how I can debug & resolve this? -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/d/optout.
