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
I've tried to test this gem, but have following problem when doing requeue_job:
irb(main):003> SidekiqJobController::Controller.new(class_name: SampleClass).requeue_job!(45.minutes) (irb):3:in `<main>': ERR unknown command 'mapped_hmset', with args beginning with: 'sidekiq:job_controller:SampleClass' 'action' 'requeue' 'in' '2700' (redis://redis-master:6379) (RedisClient::CommandError)
I'm running sidekiq 7.2.4
The text was updated successfully, but these errors were encountered:
I'm sorry @zewelor somehow I missed this notification, what version of redis gem are you using? the command you mention can be found here
Sorry, something went wrong.
No branches or pull requests
Hi
I've tried to test this gem, but have following problem when doing requeue_job:
I'm running sidekiq 7.2.4
The text was updated successfully, but these errors were encountered: