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

Redis::CommandError: WRONGTYPE Operation against a key holding the wrong kind of value #31

Closed
ezhenezhen opened this issue Jun 3, 2019 · 1 comment

Comments

@ezhenezhen
Copy link

ezhenezhen commented Jun 3, 2019

any idea?

ruby 2.6.2, redis 5.0.5, sidekiq-batch (0.1.5), sidekiq (5.2.7), rails (5.2.3)

image

looks to be failing here:
image

Redis::CommandError: WRONGTYPE Operation against a key holding the wrong kind of value
from redis/pipeline.rb:156:in value' from redis/pipeline.rb:148:in _set'
from redis/pipeline.rb:75:in block in finish' from redis/pipeline.rb:74:in each'
from redis/pipeline.rb:74:in each_with_index' from redis/pipeline.rb:74:in each'
from redis/pipeline.rb:74:in map' from redis/pipeline.rb:74:in finish'
from redis/pipeline.rb:98:in finish' from redis/client.rb:164:in block in call_pipeline'
from redis/client.rb:306:in with_reconnect' from redis/client.rb:162:in call_pipeline'
from redis.rb:2462:in block in multi' from redis.rb:52:in block in synchronize'
from monitor.rb:230:in mon_synchronize' from redis.rb:52:in synchronize'
from redis.rb:2454:in multi' from sidekiq/batch/callback.rb:45:in block in complete'
from sidekiq.rb:97:in block in redis' from connection_pool.rb:65:in block (2 levels) in with'
from connection_pool.rb:64:in handle_interrupt' from connection_pool.rb:64:in block in with'
from connection_pool.rb:61:in handle_interrupt' from connection_pool.rb:61:in with'
from sidekiq.rb:94:in redis' from sidekiq/batch/callback.rb:44:in complete'
from sidekiq/batch/callback.rb:18:in perform' from sidekiq/processor.rb:192:in execute_job'
from sidekiq/processor.rb:165:in block (2 levels) in process' from sidekiq/middleware/chain.rb:128:in block in invoke'
from sidekiq/batch/middleware.rb:30:in call' from sidekiq/middleware/chain.rb:130:in block in invoke'
from raven/integrations/sidekiq.rb:9:in call' from sidekiq/middleware/chain.rb:130:in block in invoke'
from sidekiq/middleware/chain.rb:133:in invoke' from sidekiq/processor.rb:164:in block in process'
from sidekiq/processor.rb:137:in block (6 levels) in dispatch' from sidekiq/job_retry.rb:109:in local'
from sidekiq/processor.rb:136:in block (5 levels) in dispatch' from sidekiq/rails.rb:43:in block in call'
from active_support/execution_wrapper.rb:87:in wrap' from active_support/reloader.rb:73:in block in wrap'
from active_support/execution_wrapper.rb:87:in wrap' from active_support/reloader.rb:72:in wrap'
from sidekiq/rails.rb:42:in call' from sidekiq/processor.rb:132:in block (4 levels) in dispatch'
from sidekiq/processor.rb:250:in stats' from sidekiq/processor.rb:127:in block (3 levels) in dispatch'
from sidekiq/job_logger.rb:8:in call' from sidekiq/processor.rb:126:in block (2 levels) in dispatch'
from sidekiq/job_retry.rb:74:in global' from sidekiq/processor.rb:125:in block in dispatch'
from sidekiq/logging.rb:48:in with_context' from sidekiq/logging.rb:42:in with_job_hash_context'
from sidekiq/processor.rb:124:in dispatch' from sidekiq/processor.rb:163:in process'
from sidekiq/processor.rb:83:in process_one' from sidekiq/processor.rb:71:in run'
from sidekiq/util.rb:16:in watchdog' from sidekiq/util.rb:25:in block in safe_thread'

@github-actions
Copy link

Stale issue message

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

No branches or pull requests

1 participant