mindee / tawazi

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

Async #217

Closed bashirmindee closed 1 month ago

bashirmindee commented 2 months ago

Description

Adds support for:

  1. AsyncDAG / AsyncDAGExecution
  2. Async-Threaded resource
  3. DAG in DAG
  4. fix twz_active behavior
  5. Include Line Number pointing to the location where the DAG made the error!
  6. Support Ellipsis for DAG.compose
  7. Refacto in the DiGraphEx to make it faster

Fixes # (issue)

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: