Categories: None [Edit]
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: 12,317 of 193,540
Downloads: 212,624
Daily
Ranking: 39,052 of 193,523
Downloads: 4
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
| Rank | Downloads | Name |
|---|
Depends on
| Rank | Downloads | Name |
|---|---|---|
| 1 | 3,477,387,544 | bundler |
| 8 | 1,341,038,984 | rake |
| 29 | 987,418,354 | rspec |
| 71 | 608,795,538 | pry |
| 974 | 51,603,732 | mock_redis |
Owners
| # | Gravatar | Handle |
|---|---|---|
| 1 | kajabi |