mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
Originally fetch_nodes_statuses was returning a tuple, later it was wrapped into namedtuple _MemberStatus and recently _MemberStatus was extened with watchdog_failed field, but api.py was still relying on usual tuple and checking failover limitations on it's own instead of calling `failover_limitation` method.