Skip to content

Python SDK 1.39.0

Choose a tag to compare

@github-actions github-actions released this 31 Aug 20:57
e32f645

Overview

Added

  • Added support for CANCEL_QUEUED_EXCEPT_NEWEST and CANCEL_QUEUED_EXCEPT_OLDEST concurrency strategies.

Installation

Install the SDK using pip:

pip install hatchet-sdk

Or using poetry:

poetry add hatchet-sdk

Documentation

For detailed documentation, examples, and best practices, visit:

What's Changed?

  • feat: CANCEL_QUEUED_EXCEPT_NEWEST/CANCEL_QUEUED_EXCEPT_OLDEST concurrency strategies (#4793) by @juliusgeo
  • fix(engine): shovel concurrency slots over to paused queue items table on pause (#4828) by @mrkaye97