timnon / pyschedule

pyschedule - resource scheduling in python
Apache License 2.0
295 stars 61 forks source link

Single task to multiple Jobs #24

Closed JamesduPreez closed 6 years ago

JamesduPreez commented 6 years ago

Hi am using Pyschedule to try and optimize my complex ETL process. I extract multiple tables from an ERP system and create about 50 different models. Each model can only start once all the required tables for that model is extracted. Most tables goes to multiple models and some extracts run for quite a long time.

Any help would be highly appreciated.

dokechin commented 6 years ago

Thank you very much, I solved this problem , sorry my coding bug.

JamesduPreez commented 6 years ago

Would it be possible for you to provide a example of how to use pyschedule to solve the above mentioned problem, you can use the Alice and Bob method as that describes it best. Thank you

timnon commented 6 years ago

Is this issue still open?