Releases: quantmind/aio-fluid
Releases · quantmind/aio-fluid
v1.3.4
What's Changed
Experimental feature
When running on kubernetes cluster and the k8s
extras are installed, cpu bound tasks run as Kubernetes Batch Job
pip install aio-fluid[cli,k8s]
Full Changelog: v0.3.2...v1.3.4
v0.3.2
v0.3.1
v1.3.0
What's Changed
- Task Typing by @lsbardel in #52
- Powerful exec command by @lsbardel in #53
- Add deps by @lsbardel in #54
The main features added is the ability to add type annotation for tasks parameters and to allow these parameters
to be passed on the command line using click interface.
These powerful additions allows the task application to be used as a command line tool in full effect.
Full Changelog: v1.2.3...v1.3.0
v1.2.3
v1.2.2
v1.2.1
v1.1.2
- Add async dispatcher in task consumer
- Full Changelog: v1.1.0...v1.1.2