End of life notice
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
d041df11bb
commit
e9cdacb0a8
1 changed files with 4 additions and 5 deletions
|
@ -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:
|
||||
```
|
||||
|
|
Reference in a new issue