DAG(directed acyclic graph) dynamic job scheduler

前端 未结 3 1702
猫巷女王i
猫巷女王i 2021-01-29 22:55

I need to manage a large workflow of ETL tasks, which execution depends on time, data availability or an external event. Some jobs may fail during execution of the workflow and

3条回答
  •  攒了一身酷
    2021-01-29 23:54

    Have you looked at Ruffus?

    I have no experience with it but it appears to do some of the items on your list. It also looks quite hackable so you might be able to implement your other requirements yourself.

提交回复
热议问题