I need only repeat request on haproxy
if all-retryable-errors have only 504 error ocurred
How can i do this
retry-on all-retryable-errors
retries 3
http-request disable-l7-retry if error=504
In order not to repeat 500 eror for example
Please help
If any mechanizm to deal with advanced processing of last error repeating
May be in new versions