Skip to content

Preserve backup sessions on download failure - #888

Open
scuffi wants to merge 1 commit into
mainfrom
fix/884-backup-restore-main
Open

Preserve backup sessions on download failure#888
scuffi wants to merge 1 commit into
mainfrom
fix/884-backup-restore-main

Conversation

@scuffi

@scuffi scuffi commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

Summary

A failed parallel range download could exit the persistent backup session and prevent restore retries from recovering.

Run parallel downloads in a child shell so failures are reported without terminating the session.

Fixes the persistent-session failure reported in #884.

@changeset-bot

changeset-bot Bot commented Aug 28, 2026

Copy link
Copy Markdown

🦋 Changeset detected

Latest commit: a1c9f38

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@cloudflare/sandbox Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

@pkg-pr-new

pkg-pr-new Bot commented Aug 28, 2026

Copy link
Copy Markdown

Open in StackBlitz

npm i https://pkg.pr.new/@cloudflare/sandbox@888

commit: a1c9f38

@github-actions

github-actions Bot commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

🐳 Docker Images Published

Variant Image
Default cloudflare/sandbox:0.0.0-pr-888-a1c9f385
Python cloudflare/sandbox:0.0.0-pr-888-a1c9f385-python
OpenCode cloudflare/sandbox:0.0.0-pr-888-a1c9f385-opencode
Musl cloudflare/sandbox:0.0.0-pr-888-a1c9f385-musl

Usage:

FROM cloudflare/sandbox:0.0.0-pr-888-a1c9f385

Version: 0.0.0-pr-888-a1c9f385


📦 Standalone Binary

For arbitrary Dockerfiles:

COPY --from=cloudflare/sandbox:0.0.0-pr-888-a1c9f385 /container-server/sandbox /sandbox
ENTRYPOINT ["/sandbox"]

Download via GitHub CLI:

gh run download 33643188349 -n sandbox-binary

Extract from Docker:

docker run --rm cloudflare/sandbox:0.0.0-pr-888-a1c9f385 cat /container-server/sandbox > sandbox && chmod +x sandbox

@scuffi
scuffi force-pushed the fix/884-backup-restore-main branch from 2b76cf8 to a1c9f38 Compare September 2, 2026 14:36
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