A disconnect is not the end of a session
Execution sessions live below the client. Reconnect using your event cursor to retrieve missed output without guessing what ran.
Security and reliability meet at the runtime. Durable sessions and ordered events make interruptions easier to investigate—and reconnections easier to recover from.
Execution sessions live below the client. Reconnect using your event cursor to retrieve missed output without guessing what ran.
SQLite-backed session events and append-only raw output preserve an execution record. Bounded in-memory views keep slow clients from owning the entire output stream.
Session recovery and event replay are distinct from restoring arbitrary application memory. Checkpoint and restart behavior depends on the workload and should be demonstrated in the pilot.
A recovery lifecycle to evaluate in your pilot. Restoring arbitrary process memory is not implied by durable event replay.