Hacker News new | ask | show | jobs
by Yanael 833 days ago
Looks very promising. Recently, I built an asynchronous DAG executor in Python, and I always felt I was reinventing the wheel, but when looking for a resilient and distributed DAG executor, nothing was really meeting the requirements. The feature set is appealing. Wondering if adding/removing/skipping nodes to the DAG dynamically at runtime is possible.
1 comments

a little late now, but I wonder if https://github.com/DataBiosphere/toil might meet your requirements
it's somehitng interesting I will have a closer look thanks