ankane / distribute_reads

Scale database reads to replicas in Rails

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS RDS replica lag negative one doesn't cause failover

njfix6 opened this issue · comments

In AWS RDS, it is possible to have negative one replica lag, which means the replica is up but not replicating. I think the distribute reads should also failover in this case.

Will work on a PR soon.

Added a PR here: #27

Thanks, let's have any follow up discussion in the PR.