resque-batched-job
resque-batched-job copied to clipboard
Supporting Latest Resque version?
I was just wondering if there were any plans to support the latest Resque version. I'm using 2.0.0.pre.1 and I ran into an error that I fixed with a small one line fix. I know Resque is in a kind of weird limbo between supporting 1.x and the new 2.0 version.
Great question. I'm down to support 2.0 and recall there was a document floating out there that outlined the changes needed to be made. Can you provide any details as to what monkey patches you had to do or where this document is? I'm not currently using Resque but would like to keep this project up to date.
This line. The actual redis
var was moved to Resque.config
so that line went from Resque.redis
to Resque.config.redis
although I was going to test with the 1-x-stable
version of Resque before I submitted a PR. Here is the upgrade doc, not much to do really for this plugin though, seems to be working alright from the small amount I've used it. :)