tawazi
tawazi copied to clipboard
A DAG Scheduler library written in pure python
**Is your feature request related to a problem? Please describe.** dag execute async functions **Describe the solution you'd like** could decorate async function the decorator support passing in pool executor...
# Description dynamic version and description of tawazi Fixes # (issue) ## Type of change Please delete options that are not relevant. - [ ] Bug fix (non-breaking change which...
# Description This action's purpose is to automate the pypi releases
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...
**Describe the bug** https://github.com/mindee/tawazi/pull/198#discussion_r1461689058 **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A...
**Describe the bug** when passing twz_tag to an ExecNode call the typing fails **To Reproduce** ```Python from tawazi import xn @xn def a(): pass a(twz_tag="bla") ```
```python from tawazi import xn @xn(unpack_to=1) def toto(): ... ``` this leads to unexpected behaviours
**Is your feature request related to a problem? Please describe.** Currently we tag, release and publish manually. This is error prone and should be fixed. **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** Currently the version is duplicated in the __init__.py of the package and the pyproject.toml **Describe the solution you'd like** should...
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Fixes...