mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
The old strategy was waiting for 1 second and hoping that we will get an update event from the WATCH connection. Unfortunately, it didn't work well in practice. Instead, we will get the current value from the API by performing an explicit read request. Close https://github.com/zalando/patroni/issues/1767