diff --git a/README.md b/README.md index c7331fa..482428a 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,12 @@ +# END OF LIFE NOTICE + +Stability issues with the Patroni API have been solved by upstream. + # patroniglue > Handle and cache basic Patroni API checks [Patroni](https://github.com/zalando/patroni) uses the built-in Python HTTP server to expose database states. It's perfect to be used by a load balancer like HAProxy to achieve high-availability. But, sometimes, this interface freezes. There's an [open issue](https://github.com/zalando/patroni/issues/857) we are trying to close actively. As production doesn't wait, `patroniglue` was created to offload those checks and release pressure by adding a little response cache. -## Deprecated - -We now use **nginx**. See [configuration example](extra/nginx.conf). - - ## Usage Start process using a configuration file: ```