chowells79
chowells79
I've noticed this happens on both my desktop and my laptop, but my desktop usually recovers from the problem quickly, while the laptop loops a lot. Since my desktop has...
I've also just run into this. It's a real problem.
@expipiplus1 That covers the case when there was input that was unexpected. It does not cover the case of not enough input. I should know, it's exactly what I tried...
This can be fixed by just removing the `*` in https://github.com/quirkey/resque-status/blob/master/lib/resque/plugins/status/hash.rb#L31 . `mget` is perfectly happy taking a list as an argument. Also, this has been an issue for nearly...
Mostly, except it still retains LRU ordering. You'd use it without a max size if you care about being able to use `pop` to get rid of the oldest entry...
1. This is a good suggestion, and would definitely simplify things. It likely won't result in a significant performance change, though it will slightly reduce pointer-chasing. 2. I can't see...