Skip to content

Ruby SDK 0.5.0

Choose a tag to compare

@github-actions github-actions released this 22 Jul 13:06
939ae47

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:

gem 'hatchet'

And then execute:

bundle install

Or install it yourself as:

gem install hatchet

Documentation

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

What's Changed?