DashboardopencodeReplace local ownership with durable mu…

Replace local ownership with durable multi-node ownership when clustered

Category: preference
Confidence: 0.80
ID: 01a0aeda-e7e2-7d59-a8d3-9dc179149bec
Project ID: c0425955-02bc-4c17-9af2-b114c00077e7
Cross-project: No
Recalled in other projects: 0
Source session: 00IcX4pcUjGJUSWPX
Created: 2026-09-17 09:59:57
Updated: 2026-09-17 10:12:56

Content

When session execution may run in a cluster, replace process-local ownership with durable, database-backed ownership. Coordinate work through persisted execution claims containing execution and owner identities, enforce ownership checks before processing or mutation, renew leases while work is active, and reject stale work after ownership changes. Local routing may remain an implementation boundary for single-process execution, but it must not be the source of truth for ownership in multi-node deployments.

Move to: