Archived
1
0
Fork 0

End of life notice

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2024-12-18 12:05:21 +01:00
parent d041df11bb
commit e9cdacb0a8
Signed by: jriou
GPG key ID: 9A099EDA51316854

View file

@ -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:
```