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
Reject banned users at freebuff session endpoints so queueDepth stops flickering
Banned bots with valid API keys were POSTing /session every few
seconds and re-entering the queue between the 15s admission-tick
`evictBanned` sweeps, making the user-facing queue counter jump
between ticks. Add a terminal `banned` status (403, mirroring
`country_blocked`) so banned accounts never create a queued row, and
filter banned users out of `queueDepthsByModel` / `queuePositionFor`
so the displayed position/depth stays stable.
0 commit comments