dispatchrun / timecraft

The WebAssembly Time Machine

Home Page:https://docs.timecraft.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[STE-103] Task durability

chriso opened this issue · comments

Tasks do not persist across restarts and crashes. We should leverage the record of execution to provide stronger durability guarantees. When restarting a process, we should scan the log(s) to determine which tasks are still in-flight and should automatically queue them for scheduling and execution.

STE-103