Skip to content

Python SDK 1.34.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 03:17
4acd7ee

Overview

Added

  • Added slot_cost to the hatchet.task and workflow.task decorators, so a task that needs more memory or CPU can consume more than one worker slot and a worker runs fewer of them at once. On older engines it has no effect. See Task Slot Cost.

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: task slot cost (#4393) by @BloggerBust
  • chore: Bump the python-deps group in /sdks/python with 4 updates (#4407) by @app/dependabot
  • chore: fix pip Dependabot alerts (#4416) by @mnafees