Overview
Changed
- Adds beta
batch_taskmethods to both tasks and workflows, allowing for dynamic batching based on either time or batch size.
Installation
Install the SDK using pip:
pip install hatchet-sdkOr using poetry:
poetry add hatchet-sdkDocumentation
For detailed documentation, examples, and best practices, visit:
What's Changed?
- feat: Batch flush (#3975) by @juliusgeo
- feat(dashboard): worker label filters, webhook 429 on limit exhausted (#4456) by @mrkaye97