RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Tobox: a transactional outbox framework

The first version of tobox (v0.1.0) has been released.

tobox implements the consumer side of the transactional outbox pattern, providing a simple way to configure your event handlers.

tobox executes your handlers in a worker pool. The worker pool can be thread-based (default) or fiber-based.

It uses the “SKIP LOCKED” SQL dialect to support concurrent polling for events from the database outbox table.

It ships with plugins for sentry, datadog and zeitwerk. The plugin system is itself very simple, so you can add your own custom logic around event processing.

It can be used as a background job processor, although it’s best used in tandem with an existing framework.

Comments

Link to Tobox not working anymore :(

Post a comment

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in