Skip to content

Ruby SDK 0.4.0

Choose a tag to compare

@github-actions github-actions released this 16 Jul 15:47
34c8b92

Overview

Added

  • Adds support for defining idempotency keys on workflows and standalone tasks via an idempotency option, 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 an IdempotencyCollisionError containing the existing run's ID.

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?