HAProxy

Backend Queue Buildup Indicates Saturation

critical
Resource ContentionUpdated Feb 6, 2026

Requests queuing in HAProxy backend indicates servers cannot keep pace with incoming traffic, leading to increased latency and eventual timeouts.

How to detect:

Monitor haproxy_backend_current_queue for sustained non-zero values, especially when combined with increasing haproxy_backend_queue_time_average and stable or declining haproxy_backend_response_time_average.

Recommended action:

Scale backend servers horizontally, increase maxconn limits if backends can handle more load, or investigate backend performance bottlenecks. Queue buildup is a leading indicator that should trigger action before user-facing latency degrades.