Get the latest tech news
Why Durable Execution Should Be Lightweight
Lightweight durable execution library versus heavyweight durable workflow orchestration services - make programs crashproof without changing the way they're built
The first wave of durable execution systems, including AWS Step Functions and Temporal, are based around external orchestration. Based on this idea, we built and recently released DBOS Transact, a fully open-source library for durable execution. When the DBOS library is initialized on program restart, it launches a background thread that recovers incomplete workflows.
Or read this on Hacker News