fabro/crates
Bryan Helmkamp 93afb4bf6d Fix HTTP 529 (Overloaded) misclassified as non-retryable InvalidRequest
The Anthropic API returns HTTP 529 for overload conditions, but this
status code was falling through to the catch-all which classified it as
InvalidRequest (non-retryable). This meant neither LLM-level nor
node-level retries would trigger, causing workflow nodes to fail
immediately on transient overload errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-04 11:34:18 -05:00
..
arc-agent Render Markdown output in terminal using termimad 2026-03-04 10:25:36 -05:00
arc-api Redesign --verbose mode to use ProgressUI instead of raw event logs 2026-03-04 09:48:10 -05:00
arc-cli Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-db Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-devcontainer Fix Dependabot security alerts: update aws-lc-sys, jsonwebtoken, git2 2026-03-04 00:42:23 -05:00
arc-git-storage Add structured tracing across 7 crates per logging audit plan 2026-03-01 19:43:19 -05:00
arc-llm Fix HTTP 529 (Overloaded) misclassified as non-retryable InvalidRequest 2026-03-04 11:34:18 -05:00
arc-mcp Add structured tracing across 7 crates per logging audit plan 2026-03-01 19:43:19 -05:00
arc-types Fix cargo fmt formatting across workspace 2026-03-04 00:36:44 -05:00
arc-util Render Markdown output in terminal using termimad 2026-03-04 10:25:36 -05:00
arc-workflows Add stylesheet_model_known lint rule to validate model/provider names 2026-03-04 11:34:04 -05:00