On Friday, May 15, 2015 at 11:17:27 AM UTC-7, Jason Marmon wrote: > > 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? >
It's hard to provide advice without looking at the code you are using. Can you paste a self contained example showing the problem? Thanks, Jeremy -- 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.
