I *think* that #TIL that #HAProxy's stick-table synchronisation between multiple peers is pretty flawed, if you're trying to use it for multi-node rate limiting: stats are *not* aggregated. To quote the manual:
> Each instance pushes its local updates and insertions to remote peers.
> The pushed values overwrite remote ones without aggregation.
I've not used HAP in a while (I'm getting started again!), but is this news to any other HAP admins? #SysAdmin #DevOps