| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-07-22 | 681 Bytes | |
| Ruby SDK 0.5.0 source code.tar.gz | 2026-07-22 | 101.1 MB | |
| Ruby SDK 0.5.0 source code.zip | 2026-07-22 | 104.1 MB | |
| Totals: 3 Items | 205.2 MB | 0 | |
Overview
Added
- Adds support for terminal status-based idempotency keys, which are released when the task holding the key reaches a terminal state (either completed, cancelled, or having failed and exhausted all retries).
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: