Skip to content

Redis issue causing CI to fail #671

@bfirsh

Description

@bfirsh

Logs are too long to display on GitHub actions but this is the error:

Failed to handle message: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/cog/server/redis_queue.py", line 166, in start message_id, message_json = self.receive_message() File "/usr/local/lib/python3.8/site-packages/cog/server/redis_queue.py", line 128, in receive_message key, raw_message = raw_messages[0] ValueError: too many values to unpack (expected 2) 

I thought it might be that the redis 7 docker image was pushed a few days ago but pinning to redis:6 doesn't seem to fix it.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions