Merge branch 'master' of github.com:zalando/patroni into feature/retry

This commit is contained in:
Alexander Kukushkin
2015-09-03 13:18:58 +02:00
+1 -1
View File
@@ -94,8 +94,8 @@ class Patroni:
self.ha.state_handler.drop_replication_slots()
except:
logger.exception('Exception when changing replication slots')
self.schedule_next_run()
reap_children()
self.schedule_next_run()
def main():