We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
could you create an example repo that can reproduce the issue?
Sorry, something went wrong.
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.
No branches or pull requests
Hi guys.
When I try to requeue a job from the console as the readme example says:
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.
The text was updated successfully, but these errors were encountered: