Nous.Workflow.Checkpoint.ETS (nous v0.16.2)

View Source

ETS-backed checkpoint store. Suitable for development and testing.

The table is owned by a supervised TableOwner GenServer started under the Nous application supervisor. Without it the table would die with whichever transient process happened to create it first, silently losing every suspended workflow that relied on resume.

Note: Data is lost on node restart. For production, use a persistent backend.