Suspend idle Local VMs safely - #156
Closed
milind-soni wants to merge 5 commits into
Closed
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
milind-soni
force-pushed
the
codex/local-vm-idle-suspend
branch
from
August 16, 2026 21:08
32c8bf9 to
0928416
Compare
milind-soni
force-pushed
the
codex/box-provision-rollback
branch
from
August 16, 2026 21:08
2dab942 to
68d5866
Compare
milind-soni
force-pushed
the
codex/box-provision-rollback
branch
from
August 16, 2026 21:50
68d5866 to
38cda20
Compare
Owner
Author
|
Superseded by #158, which reapplies this change cleanly on current main and has now merged. |
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
The backstop only stops the container. It never removes the VM, image, or durable workspace, so starting again is reversible.
Verification
pnpm test(457 passed, 8 skipped; updater tests 11 passed)pnpm buildMerge order
This is stacked on #155. Merge #151, #153, #154, #155, then this PR.