Resque allows a single queue to have multiple jobs of the same time. This is because it uses a redis list, which does not have the concept of a unique entry. Sometimes, however, a particular value is only needed if it isn't already on the queue.
Required Ruby Version
>= 0
Authors
Jeremy Linder
Versions
- 0.1.0 November 28, 2017 (11 KB)