mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 05:51:56 +08:00
We are having problems with connections sometimes hanging from proxies to kojipkgs. Lets try and mitigate that at the haproxy level and hopefully improve things while we try and figure out what the underlying cause is. This should retry connections that failed for any 'retryable' output (including timeout) and also it should try a _different_ backend than the one that returned the error. This will not eliminate errors, but should reduce them. Signed-off-by: Kevin Fenzi <kevin@scrye.com>