Durable executions enable long-running processes in backends. These can be used to scheudle actions like sending emails, fetching data, executing agents etc.
Solutions:
- https://workflow-sdk.dev/ (Seems to not require a separat backend)
- https://trigger.dev/
- https://hatchet.run/
- https://temporal.io/ (somewhat for durable executions)
- https://www.restate.dev/