Categories: None [Edit]

redis_dedupe

https://rubygems.org/gems/redis_dedupe
This is a weak deduper to make things like bulk email run safer. It is not a lock safe for financial/security needs because it uses a weak redis locking pattern that can have race conditions. However, imagine a bulk email job that loops over 100 users, and enqueues a background email for each user. If the job fails at iteration 50, a retry would enqueue all the users again and many will receive dupes. This would continue multiple times as the parent job continued to rerun. By marking that a subjob has been enqueued, we can let that isolated job handle its own failures, and the batch enqueue job can run multiple times without re-enqueueing the same subjobs.

Total

Ranking: 11,661 of 187,548
Downloads: 210,292

Daily

Ranking: 20,049 of 187,532
Downloads: 28

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,007,742,320bundler
101,164,433,060rake
28924,538,466rspec
73555,825,210pry
99845,456,429mock_redis

Owners

#GravatarHandle
1iconkajabi