resque-batched-job icon indicating copy to clipboard operation
resque-batched-job copied to clipboard

Supporting Latest Resque version?

Open dfockler opened this issue 9 years ago • 2 comments

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.

dfockler avatar Apr 07 '15 23:04 dfockler

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.

drfeelngood avatar Apr 08 '15 20:04 drfeelngood

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. :)

dfockler avatar Apr 08 '15 21:04 dfockler