bkeepers / qu

a Ruby library for queuing and processing background jobs.
MIT License
505 stars 50 forks source link

Allow backends to implement batch pop #94

Open grantr opened 9 years ago

grantr commented 9 years ago

Some backends (all?) support popping multiple payloads at once. This could be a performance boost, especially in combination with #93.