Files
patroni/patroni
Alexander KukushkinandGitHub f8b3703d6e Bugfix: failover via API didn't work due to change in _MemberStatus (#489)
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.
2017-07-28 15:38:55 +02:00
..
2017-07-04 16:13:18 +02:00
2017-07-27 12:16:11 +02:00
2017-06-01 16:53:46 +02:00
2017-07-27 12:16:11 +02:00
2017-06-01 16:53:46 +02:00