We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcafbfe commit ca15cffCopy full SHA for ca15cff
ci/release_notes.md
@@ -0,0 +1,15 @@
1
+# Improvements
2
+
3
+- Default timeouts for HAProxy have been bumped from 30 seconds to
4
+ five whole minutes (a 10x increase!) This should help take care
5
+ of people running the psql client interactively, and not issuing
6
+ a command at least twice a minute.
7
8
+- Keepalived (+VRRP) is now optional. If you set the new property
9
+ `keepalived.enabled` to false, you still get HA, but the VIP
10
+ doesn't matter because keepaliveditself won't be running.
11
12
+ You can still hook up the haproxy instances to an IaaS load
13
+ balancer, like an AWS ELB.
14
15
+- Logging is way better, with at least 50% less noise!
0 commit comments