II.
PartialStateRecovery JSON
Structured · livepartial-state-recovery:in-memory-only
Symphony in-memory-only restart semantics json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "partial-state-recovery:in-memory-only",
"_kind": "PartialStateRecovery",
"_file": "extensions/partial-state-recovery/partial-state-recovery-symphony.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Symphony in-memory-only restart semantics",
"persistentStateKinds": [
"terminal-workspaces-cleaned",
"completed-issue-set",
"run-journals"
],
"inMemoryStateKinds": [
"running-sessions",
"retry-timers",
"claimed-set"
],
"restartRecoverySteps": [
"Re-read tracker for active issues",
"Re-claim any in-progress issues without live sessions",
"Reset retry queue (lost on restart)",
"Resume polling"
]
},
"outgoingEdges": [],
"incomingEdges": []
}