Skip to content

Defer in-place updates while VMs are restarting - #483

Merged
edi-oai merged 1 commit into
mainfrom
dev/edi/defer-in-place-updates
Sep 3, 2026
Merged

Defer in-place updates while VMs are restarting#483
edi-oai merged 1 commit into
mainfrom
dev/edi/defer-in-place-updates

Conversation

@edi-oai

@edi-oai edi-oai commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

Problem

In-place updates can acknowledge a new generation during a VM restart, causing the worker to skip starting the VM again because the current and desired generations already match.

Solution

Apply in-place updates only when the VM is running and neither stopping nor suspending, keeping the new generation pending so the worker starts the VM again after shutdown completes.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 3, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-03T16:54:40.114565Z dc01684 PR opened
🔒 Security Review Completed 2026-09-03T16:54:52.533000Z dc01684 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@edi-oai
edi-oai merged commit 95b1269 into main Sep 3, 2026
3 checks passed
@edi-oai
edi-oai deleted the dev/edi/defer-in-place-updates branch September 3, 2026 17:59
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