You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting exceptions in parallel.map threads when I save a record to postgresql. Most of the time it works ok, but sometimes I get an exception (not always the same one) such as below. Not sure if it's an issue with parallels, ruby, postgresql or Passenger/REE.
I use Rails 3.1.1rc2, ruby 1.8.7 on Passenger/REE.
Ive heard that require in threads can lead to ugly exceptions like these, try to load ActiveRecord::Associations::JoinDependency::JoinBase before running the parallel code.
I'm getting exceptions in parallel.map threads when I save a record to postgresql. Most of the time it works ok, but sometimes I get an exception (not always the same one) such as below. Not sure if it's an issue with parallels, ruby, postgresql or Passenger/REE.
I use Rails 3.1.1rc2, ruby 1.8.7 on Passenger/REE.
The text was updated successfully, but these errors were encountered: