Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Self-hosted gateway now warns about request backpressure

The self-hosted gateway logs a throttled warning when open client requests outpace what it can forward upstream

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaGatewaywhat it touches
KindImprovementsin v2.1.274,
Group of 2 Under the hood

The self-hosted gateway logs a throttled warning when open client requests outpace what it can forward upstream

What

The self-hosted-runner gateway process now tracks how many client requests are currently open compared to how many it is able to forward upstream at the same time. When the number of open requests exceeds the configured (or default) outbound concurrency limit, it logs a rate-limited warning.

The warning suggests either adding more replicas or raising BUN_CONFIG_MAX_HTTP_REQUESTS, along with the replica's memory limit, to allow more concurrent outbound requests.

Why

This helps operators running a self-hosted gateway notice and diagnose a bottleneck before it causes request failures or timeouts, and points them directly at the two knobs (replica count and BUN_CONFIG_MAX_HTTP_REQUESTS) that can relieve it.

See this entry in the whole of v2.1.274 →