mindee / tawazi

A DAG Scheduler library written in pure python
https://mindee.github.io/tawazi/
Apache License 2.0
83 stars 5 forks source link

[BUG] DAG behavior when reading cached should be dynamic according to the passed arguments #81

Open bashirmindee opened 1 year ago

bashirmindee commented 1 year ago

If a DAG's execution is cached and then re-executed, there is currently no check on the DAG it self... Maybe the DAG changed, Maybe the DAG's arguements changed between the 2 calls... Either raise an Error or re-run the whole calculation