-
0.5.4280778a7 · ·
Release 0.5.4 version This release catches IncosistentData exception in server command. This exception is raised by haproxyadmin library when multiple HAProxy processes report different values for things like status, check_code and etc. This usually happens when servers are flapping in their health checks or when HAProxy is queried right after the startup where health checking isn't finished. Changelog: * Catch IncosistentData exception in server command * Add more keywords in setup.cfg
-
0.5.362d69fe6 · ·
Release 0.5.3 version This release doesn't bring any new functinality, it cleans up a bit the code. Changelog: * Remove redundant call to print( * Simplify the call of sub commands * Remove redundant header * Fix ordering of module so pylint is happy * Add docstring and polish a bit the output * Move the list of valid cmds in __init__ * Update installation instructions