DAG(directed acyclic graph) dynamic job scheduler

前端 未结 3 1701
猫巷女王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:32

    There are a ton of these; everyone seems to write their own. There is a good list at https://github.com/common-workflow-language/common-workflow-language/wiki/Existing-Workflow-systems. Which includes systems that originate in both industry and academia.

提交回复
热议问题