Skip to content
railsengines.com

Acidic Job

Durable execution workflows for Active Job

No ratings yet
Gem
acidic_job
Repository
fractaledmind/acidic_job
License
MIT
Stars
626
Added
August 22, 2026

About

🧪 Durable execution workflows for Active Job

Rails applications today frequently need to coordinate complex multi-step operations across external services, databases, and systems. While Active Job provides eventual consistency guarantees, it doesn't address the challenges of managing stateful, long-running operations that must be resilient to failures, timeouts, and partial completions. AcidicJob enhances Active Job with durable execution workflows that automatically track state and resiliently handle retries, while providing you the tools to ensure your operations are truly idempotent through careful state management and IO awareness.

Installing it

ruby
# Gemfile
gem "acidic_job"

Details

626 stars on GitHub · MIT licensed · maintained by fractaledmind. Source: https://github.com/fractaledmind/acidic_job

Discussion (0)

Sign in to join the discussion.

No comments yet.