Categories: None [Edit]

idempotency_check

https://rubygems.org/gems/idempotency_check
https://github.com/AFornio/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.

Total

Ranking: 183,384 of 196,180
Downloads: 1,752

Daily

Ranking: 57,338 of 196,149
Downloads: 2

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,396,057,225rake
291,011,463,196rspec
37827,827,962activerecord
50764,193,408actionmailer
62696,362,305activejob
157332,186,597sidekiq
281192,685,000sqlite3

Owners

#GravatarHandle
1iconafornio