Skip to content

stack/erp5: make haproxy reload script wait for old worker processes

Jérome Perrin requested to merge fix/erp5-haproxy-wait-reload into master

This is mostly to fix some flaky tests, because with the previous approach of just sending a signal for haproxy to reload the config asynchronously we don't know when haproxy has reloaded.

Merge request reports