Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow resque versions >= 2.0.0 #141

Open
peret opened this issue Feb 24, 2021 · 1 comment
Open

Allow resque versions >= 2.0.0 #141

peret opened this issue Feb 24, 2021 · 1 comment

Comments

@peret
Copy link

peret commented Feb 24, 2021

Hello,

I'm investigating an issue we're seeing with exception handling in resque-status. It looks like it's fixed in the latest version of resque-status, however, I can't actually upgrade the gem, because we're using resque 2.0.0.
Would you consider opening up the dependency range to allow for later versions of resque as well?

For what it's worth, it looks like we've been unknowingly using resque-status v0.3.0 together with resque 2.0.0 for a while now and we haven't encountered any issues that I know of ;)

@joeyfreund
Copy link

joeyfreund commented Jun 1, 2021

I have the same issue (cannot upgrade resque-status past v0.3.0).

Git blame shows that this is the commit that introduced the restriction (resque ~>1.19) almost 10 years ago.
It also seems like the commit was in response to this issue.

@peret , did you happen to try to build and/or test the latest version of resqueue-status with the newest version of resque?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants