Skip to content

Ruby SDK 0.3.1

Choose a tag to compare

@github-actions github-actions released this 12 Jun 17:56
15addec

Overview

Fixed

  • Fixed an issue where errors raised by child tasks spawned inside a durable parent task were not propagated back to the parent. The parent can now catch the child's error and handle it gracefully.

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?