bdurand / seamless_database_pool

Add support for master/slave database clusters in ActiveRecord to improve performance.
http://rdoc.info/projects/bdurand/seamless_database_pool
MIT License
224 stars 58 forks source link

Master would not go failure (throw exception even it is fail) #20

Closed kithokit closed 1 year ago

kithokit commented 10 years ago

The scenario is that if master is failed, I want to db still able to read, instead of throwing exception which will influence the system.