Overview
Added
- Added support for
CANCEL_QUEUED_EXCEPT_NEWESTandCANCEL_QUEUED_EXCEPT_OLDESTconcurrency strategies.
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:
CANCEL_QUEUED_EXCEPT_NEWEST/CANCEL_QUEUED_EXCEPT_OLDESTconcurrency strategies (#4793) by @juliusgeo - fix(engine): shovel concurrency slots over to paused queue items table on pause (#4828) by @mrkaye97