pg: stream closed in another thread (IOError)

I have a Rails app with a 3-instance postgres cluster in syd.

Requests randomly fail with “stream closed in another thread (IOError)” raised in this line in pg: ruby-pg/lib/pg/connection.rb at 635d29e951fe1577a46d52aa16985994e213a0d3 · ged/ruby-pg · GitHub

This does not seem endpoint-specific; basically any request has a chance of being randomly killed by another thread. Any ideas?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.