apache / shardingsphere-elasticjob

Distributed scheduled job
Apache License 2.0
8.15k stars 3.29k forks source link

How to manage the dependencies between jobs? #405

Closed pink-lucifer closed 7 years ago

pink-lucifer commented 7 years ago

Please answer these questions before submitting your issue. Thanks!

Which version of Elastic-Job do you using?

2.1.5

Expected behavior

N/A

Actual behavior

N/A

Steps to reproduce the behavior

N/A

Please provide the reproduce example codes (such as github link) if possible.

N/A

For a typical nightly/intraday batch, there is gonna be multiple dependent, independent jobs, is there a existing method to manage the dependencies of jobs - especially one have to run after another while utilizing elastic job?

Fyi ... no luck finding one via http://elasticjob.io/docs/elastic-job-lite/02-guide/config-manual/

terrymanu commented 7 years ago

cannot support this feature now

pink-lucifer commented 7 years ago

Understood, thx a lot,

One more question: is there an expected GA schedule for Workflow, DAG items on RoadMap?