Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.257 ·

Artifact publish retries once after a stranded 503 on deploy/direct

A publish whose deploy call returns 503 after the slug is known now waits and retries against that slug.

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal2worth watching, 1 to 5
AreaArtifactswhat it touches
KindBug Fixesin v2.1.257,
You'll notice

A publish whose deploy call returns 503 after the slug is known now waits and retries against that slug.

If a deploy commit succeeds but the immediate /deploy/direct response comes back 503 after the slug is already known, the client now waits and retries against that known slug instead of failing the publish outright. The retry is logged via a new deploy_stranded_retried telemetry event.

See this entry in the whole of v2.1.257 →

Feedback