Skip to content

Document why a checkpointed app can still cold start - #346

Merged
Hkhan161 merged 1 commit into
masterfrom
harris/checkpoint-restore-miss-docs
Sep 17, 2026
Merged

Hkhan161 merged 1 commit into
masterfrom
harris/checkpoint-restore-miss-docs

Conversation

@Hkhan161

Copy link
Copy Markdown
Contributor

A customer reported a checkpoint that saved successfully but was not restored on the next scale-from-zero wake, and opened a ticket because nothing in the CLI or their logs explained it. The app was running across two compute pools, so the wake landed somewhere that held no matching checkpoint, cold started, and saved its own. That is working as designed, but it is not documented anywhere.

Adds a "When a restore does not happen" section covering:

  • A checkpoint is bound to the host machine environment it was captured on, so it only restores on a matching machine.
  • An app can span more than one compute pool, so the first start in a new pool cold starts and then saves its own checkpoint.
  • A skipped restore is silent. The missing CEREBRIUM_RESTORED marker, or "restored": false from GET /checkpoint/status, is the only signal.

Also cross-references the new section from step 4, where the page tells readers to treat CEREBRIUM_RESTORED as the signal that a restore happened, so someone who does not see it lands here instead of assuming a bug.

Placed above the comment warning that the failure headings are anchor-linked from the checkpoint agent's error messages, so no existing anchor moved.

Made with Cursor

Co-authored-by: Cursor <cursoragent@cursor.com>
@mintlify

mintlify Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated
cerebrium 🟢 Ready View Preview Sep 17, 2026, 1:54 PM

@Hkhan161
Hkhan161 merged commit 37a3166 into master Sep 17, 2026
2 checks passed
@Hkhan161
Hkhan161 deleted the harris/checkpoint-restore-miss-docs branch September 17, 2026 14:52

This branch was successfully deployed

1 active deployment
staging 35124b09 Deployed Sep 17, 2026 by mintlify[bot]
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.

2 participants