Skip to content

Update all: start every update immediately (parallel)#20

Merged
StrandedTurtle merged 1 commit into
mainfrom
claude/youthful-pasteur-2f6s72
Jul 1, 2026
Merged

Update all: start every update immediately (parallel)#20
StrandedTurtle merged 1 commit into
mainfrom
claude/youthful-pasteur-2f6s72

Conversation

@StrandedTurtle

Copy link
Copy Markdown
Owner

"Update all" awaited each container's full update before starting the next, so they ran one at a time. Now it fires them all at once (Promise.allSettled over the per-card runners) — every eligible card immediately goes into "Updating…" with its own live log stream, and a failure on one doesn't affect the others.

Client build clean.

🤖 Generated with Claude Code


Generated by Claude Code

'Update all' awaited each container's full update before starting the next, so
they ran one at a time. Fire them all at once with Promise.allSettled instead —
each card's update + live log stream runs concurrently, and a failure on one
doesn't affect the others.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013Lj6nYJQDtLaZFvvEQJGM4
@StrandedTurtle StrandedTurtle merged commit 871737b into main Jul 1, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant