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
- Include URLRules and Proxy.NoBackendRetryAfter in the config
view exposed via /rpc/ (internal/app/config_view.go,
internal/dashboard/config.go)
- Regenerate ProxySection / RateLimitSection wiring in
internal/dashboard/dashboard_zenrpc.go for the new fields
- Render NoBackendRetryAfter under Proxy in the dashboard config
tab and add a static line describing proxy error codes
(cb_open=503+RA, upstream_error=502, no_backends=503+RA,
panic=500)
- Add URLRules block (Path/Method/Host inputs, AND-semantics) and
NoBackendRetryAfter input under Circuit Breaker in the config
builder, with TOML round-tripping (default config, importer,
emitter)
0 commit comments