Travis Loncar
Results
2
comments of
Travis Loncar
@bleonard: Just to follow up on this: We found that this was occurring when calling `connection.close` explicitly in a thread block, e.g.: ```ruby Thread.new do # ActiveRecord operations ActiveRecord::Base.connection.close end...
@aksharj My memory is a little lacking here, but as I recall, our application had some code that called `ActiveRecord::Base.connection.close` explicitly because it was establishing a new connection per thread...