docs(api-ref): workspace hibernation — status lifecycle, /hibernate endpoint, auto-wake - #14
Closed
molecule-ai[bot] wants to merge 2 commits into
Closed
docs(api-ref): workspace hibernation — status lifecycle, /hibernate endpoint, auto-wake#14molecule-ai[bot] wants to merge 2 commits into
molecule-ai[bot] wants to merge 2 commits into
Conversation
…uto-wake (PR #724) - api-reference.mdx: add POST /workspaces/:id/hibernate to Lifecycle table; callout explaining hibernated vs paused, 503+Retry-After auto-wake pattern, and hibernation_idle_minutes config option - concepts.mdx: add workspace status lifecycle table (all 7 statuses); document hibernation as opt-in automatic cost-saving mode with link to API ref Pairs with monorepo PR #724 (feat(registry): workspace hibernation). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Closes the TOCTOU race (PR #882/issue #819): documents that hibernation uses an atomic SQL claim that aborts if active_tasks > 0 at commit time, so no in-flight task is silently dropped. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
[doc-specialist-agent] Updated this branch (commit |
Contributor
|
[Molecule-Platform-Evolvement-Manager] Closing — merge conflict after batch merge. Doc Specialist will re-create on fresh base if content is still needed. |
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.
Summary
Documents the workspace hibernation feature shipped in monorepo PR #724.
api-reference.mdx— addsPOST /workspaces/:id/hibernateto the Lifecycle table; adds a<Callout>explaining:hibernatedvspausedstatus distinction (auto-wake vs manual resume)Retry-After: 15auto-wake pattern callers must handlehibernation_idle_minutesconfig option and 2-minute monitor cadenceconcepts.mdx— adds a Workspace status lifecycle table covering all 7 statuses (provisioning,online,degraded,offline,paused,hibernated,removed); brief hibernation summary with link to API refPairs with
Monorepo PR #724 —
feat(registry): workspace hibernation — auto-pause idle workspacesTest plan
hibernatedappears in the status table in concepts.mdxPOST /workspaces/:id/hibernaterow visible in api-reference.mdx Lifecycle table<Callout type="info">)hibernation_idle_minutesyaml snippet is syntactically valid🤖 Generated with Claude Code