| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-16 | 794 Bytes | |
| Ruby SDK 0.4.0 source code.tar.gz | 2026-07-16 | 101.1 MB | |
| Ruby SDK 0.4.0 source code.zip | 2026-07-16 | 103.9 MB | |
| Totals: 3 Items | 205.0 MB | 0 | |
Overview
Added
- Adds support for defining idempotency keys on workflows and standalone tasks via an
idempotencyoption, which ensures that they're only run once in a provided time window, based on a CEL expression. Triggers that collide with an existing run raise anIdempotencyCollisionErrorcontaining the existing run's ID.
Installation
Add this line to your application's Gemfile:
:::ruby
gem 'hatchet'
And then execute:
:::bash
bundle install
Or install it yourself as:
:::bash
gem install hatchet
Documentation
For detailed documentation, examples, and best practices, visit: