Overview
Fixed
- Correctly passes TLS config through to the API client
- Passes the configured TLS server name (SNI) through to the REST client
- Removes a call to
asyncio.to_threadthat was causing durable callback ordering to end up out-of-ordering, causing non-determinism errors. - Fixes a possible memory leak with satisfied (pending) durable callbacks not being removed when invocations get stale
Installation
Install the SDK using pip:
pip install hatchet-sdkOr using poetry:
poetry add hatchet-sdkDocumentation
For detailed documentation, examples, and best practices, visit: