You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there's no rush, a request can simply walk away from the queue.
The concept is simple: when a factor (pun intended) other than the
backend fetch requires the request to leave the queue, it can just
walk away. It short-circuits the usual rush exit.
We can repurpose the dead counter busy_killed to count those events,
and get rid of the dead enum entry HSH_CONTINUE.
0 commit comments