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

ResqueCleaner#requeue not working #35

Closed
bvicenzo opened this issue Oct 23, 2015 · 2 comments
Closed

ResqueCleaner#requeue not working #35

bvicenzo opened this issue Oct 23, 2015 · 2 comments

Comments

@bvicenzo
Copy link

Hi guys.

When I try to requeue a job from the console as the readme example says:

cleaner = Resque::Plugins::ResqueCleaner.new
cleaner.requeue {|j| j["payload"]["args"].size > 0}

I'm getting the same error that @devnut described here: resque/resque-loner#49

However, when I run it from the resque-web interface, it works.

Do you have any idea why this behavior?

Thanks.

@bvicenzo bvicenzo changed the title ResqueCleaner#requeue now working ResqueCleaner#requeue not working Nov 6, 2015
@ono
Copy link
Owner

ono commented Nov 17, 2015

could you create an example repo that can reproduce the issue?

@ono
Copy link
Owner

ono commented Sep 11, 2016

Closing the issue since the requested information was not provided. Feel free to reopen with a sample app that allows me to reproduce the issue.

@ono ono closed this as completed Sep 11, 2016
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