Sign in Sign up
rubygems

idempotency_check

idempotency_check runs a block of code multiple times and compares the side effects it produces (database rows, ActionMailer deliveries, ActiveJob enqueue/perform activity, and optionally Sidekiq) to detect jobs that aren't safe to retry or re-run. It works on any block of Ruby code, not just jobs, and has no runtime dependencies of its own.

Activity

Latest release
1mo ago
Total releases
1
Cadence
Last 12 months
1

Details

License
MIT
First release
Jul 31, 2026
Releases
Version Released
0.1.0 initial