Overview
Fixed
- Correctly implements retry behavior on event pushes, which previously were silently ignored by Tenacity
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?
- fix(engine): isolate durable user events by scope (#4721) by @fidelix
- fix(sdks/python): retry aio_push/aio_bulk_push on retryable grpc errors (#4737) by @harsh-sikarwar
- docs: temporal migration guide (#4745) by @abelanger5
- fix(engine): durable dag child spawning breaks downstream steps (#4768) by @mrkaye97