resque-loner icon indicating copy to clipboard operation
resque-loner copied to clipboard

Resque 2.x Support

Open nvolker opened this issue 3 years ago • 3 comments

Summary

I noticed there is a three-year-old pull request^1 sitting around to try to get this lovely little gem bumped up to the next major version of Resque. I was wondering if perhaps this gem was still being maintained, and if so, if there is any plan to get some traction on supporting the latest version of Resque?

nvolker avatar Sep 26 '22 15:09 nvolker

@nvolker This gem is not maintained, but if you'd like to help out we can fix it up! what we need to do is:

  • Move from travis to github ci. We've done this for the other more popular resque extensions, so you should be able to copy/paste/edit what we've done there.
  • Once that is done, update the PR to use the latest CI tests.

iloveitaly avatar Sep 26 '22 15:09 iloveitaly

@iloveitaly can you provide links to examples of where you have done this? That way I can conform to the same approach taken. Then I'd be happy to do so if you cannot find the time.

nvolker avatar Sep 27 '22 13:09 nvolker

@nvolker sure!

  • https://github.com/resque/resque-scheduler/blob/master/.github/workflows/ruby.yml
  • https://github.com/resque/resque/blob/master/.github/workflows/ci.yml

iloveitaly avatar Sep 27 '22 16:09 iloveitaly