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: 184,171 of 196,687
Downloads: 1,768

Daily

Ranking: 114,052 of 196,658
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
81,417,272,228rake
291,020,808,282rspec
37839,401,659activerecord
50774,936,444actionmailer
62707,104,550activejob
158336,699,061sidekiq
286195,589,286sqlite3

Owners

#GravatarHandle
1iconafornio