Is there a way in HA-Proxy to queue incoming request. I am trying to throttle request based on certain rate limiting criteria, but my current implementation denies the request or blocks any new connection. This is a crude implementation at this moment. Instead of denying the request I want to queue them till my backend recovers.
Also, is there a way in Haproxy to rate-limit or queue request based on IP.