docs: Scheduled checkpoints - #274
Open
danielvallance wants to merge 1 commit into
Open
Conversation
danielvallance
had a problem deploying
to
pull-requests
August 28, 2026 17:49 — with
GitHub Actions
Failure
There was a problem hiding this comment.
Pull request overview
Documents recurring scheduled checkpoints and links them with existing checkpoint guidance.
Changes:
- Adds the
checkpointscheduled action with an API example. - Documents constraints, failure behavior, naming, and history.
- Adds cross-links between scheduling and checkpoint pages.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
pages/features/cron-jobs.mdx |
Documents scheduled checkpoint configuration and behavior. |
pages/features/checkpoints.mdx |
Adds scheduled-checkpoint references and limitations. |
馃挕 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
danielvallance
force-pushed
the
danielvallance/scheduled_checkpoints
branch
from
August 28, 2026 18:03
8fe9b1a to
dba84c8
Compare
danielvallance
had a problem deploying
to
pull-requests
August 28, 2026 18:03 — with
GitHub Actions
Failure
|
|
||
| * Scheduled checkpoints need a license that covers checkpointing. | ||
| The platform checks the license when you configure the schedule and again at every occurrence, so an expired or replaced license stops an existing schedule from taking further checkpoints. | ||
| * Scheduled checkpoints only work with block-based volumes (for example, `ext4`); occurrences fail for other volume types. |
Contributor
There was a problem hiding this comment.
馃摑 [vale] reported by reviewdog 馃惗
[Microsoft.Semicolon] Try to simplify this sentence.
danielvallance
force-pushed
the
danielvallance/scheduled_checkpoints
branch
from
August 30, 2026 16:32
dba84c8 to
2bbb38d
Compare
danielvallance
had a problem deploying
to
pull-requests
August 30, 2026 16:33 — with
GitHub Actions
Error
danielvallance
force-pushed
the
danielvallance/scheduled_checkpoints
branch
from
August 30, 2026 16:36
2bbb38d to
f5e0ad9
Compare
danielvallance
had a problem deploying
to
pull-requests
August 30, 2026 16:36 — with
GitHub Actions
Failure
danielvallance
requested review from
dragosgheorghioiu,
mariasfiraiala and
nurof3n
August 30, 2026 16:37
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Suppressed comments (1)
pages/features/cron-jobs.mdx:281
- The checkpoint history shown in the linked section contains names and creation times, not readiness state, so it cannot confirm that an asynchronous checkpoint finished successfully. Use history to discover the generated checkpoint, then tell readers to inspect it and verify that it reaches the
checkpointstate before treating the occurrence as successful.
Because the instance status reports only the next elapse of a schedule and not the result of past runs, use the checkpoint history to confirm that occurrences produce checkpoints.
Signed-off-by: Daniel Vallance <daniel@unikraft.com>
danielvallance
force-pushed
the
danielvallance/scheduled_checkpoints
branch
from
August 30, 2026 16:55
f5e0ad9 to
dedfbab
Compare
danielvallance
had a problem deploying
to
pull-requests
August 30, 2026 16:55 — with
GitHub Actions
Failure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.