ticket: close worker lifecycle state removal

This commit is contained in:
Keisuke Hirata 2026-07-11 13:34:08 +09:00
parent b877c92975
commit 6823f0e72d
No known key found for this signature in database
3 changed files with 21 additions and 2 deletions

View File

@ -1,8 +1,8 @@
--- ---
title: 'Remove durable worker lifecycle_state' title: 'Remove durable worker lifecycle_state'
state: 'done' state: 'closed'
created_at: '2026-07-11T04:08:12Z' created_at: '2026-07-11T04:08:12Z'
updated_at: '2026-07-11T04:33:35Z' updated_at: '2026-07-11T04:34:08Z'
assignee: null assignee: null
queued_by: 'yoi ticket' queued_by: 'yoi ticket'
queued_at: '2026-07-11T04:09:06Z' queued_at: '2026-07-11T04:09:06Z'

View File

@ -0,0 +1 @@
Removed durable `lifecycle_state` from Backend worker registry. Runtime remains the authority for live status/state; registry-only Workers project as archived, and cleanup planning uses live Runtime worker observation for running-linked checks. Existing DBs are migrated by schema v4 to remove the legacy column.

View File

@ -73,4 +73,22 @@ Validation:
State changed to `done`. State changed to `done`.
---
<!-- event: state_changed author: hare at: 2026-07-11T04:34:08Z from: done to: closed reason: closed field: state -->
## State changed
Ticket を closed にしました。
---
<!-- event: close author: hare at: 2026-07-11T04:34:08Z status: closed -->
## 完了
Removed durable `lifecycle_state` from Backend worker registry. Runtime remains the authority for live status/state; registry-only Workers project as archived, and cleanup planning uses live Runtime worker observation for running-linked checks. Existing DBs are migrated by schema v4 to remove the legacy column.
--- ---