This is really cool. Can queues be bounded, as well as rate-limited?<p>(I built my own Redis-backed distributed queue system long ago because I needed bounded queues with backpressure, which no other libraries seemed to offer: <a href="http://github.com/psobot/pressure" rel="nofollow">http://github.com/psobot/pressure</a>)