gpahalG
Convex Community5mo ago
2 replies
gpahal

Durable execution/workflow engine with convex support

I have had a library called durable-execution to run tasks durably. These tasks can be simple functions or complex workflows with a high degree of type safety. I use it for my file processing and other AI related workflows. This is similar to the workflow component by convex. Initially I added adapters for sql databases via drizzle as thats what I used but I've been loving Convex and wanted to use a single database so I added support for it!

https://github.com/gpahal/durable-execution
GitHub
A durable execution engine for running tasks durably and resiliently. - gpahal/durable-execution
GitHub - gpahal/durable-execution: A durable execution engine for r...
Was this page helpful?