Technologies/Apache Airflow/varnish_cache_hitpass
Apache AirflowApache AirflowMetric

varnish_cache_hitpass

Requests passed to a backend where the decision to pass them found in the cache.
Dimensions:None
Related Insights (2)
Varnish Cache Hitpass Indicates Backend Overload Riskwarning

High rates of hitpass in Varnish suggest requests are bypassing cache and hitting the backend directly, potentially overloading Apache or other upstream servers. This commonly occurs when cache policies are misconfigured or when content is marked as uncacheable.

Memory Exhaustion from Prefork MPM Behind Varnishcritical

Apache prefork MPM's process-per-connection model becomes memory-inefficient when fronted by Varnish, as cache misses can trigger sudden process spawn bursts that exhaust available RAM and force swapping.