-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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.exceptions.ConnectionError with 4.5.2 #2636
Comments
Duplicate of #2629 Edit: or maybe not because from the trace it seems the socket connection was made. |
Hi @woutdenolf I did an upgrade to redis-py 4.5.4 today, but sadly the issue above is still there and connection will be closed by server. |
Nothing obvious comes to mind. I'm using celery with redis just fine (celery 5.3, py-redis 4.5.4, redis-server 6.0). Could you provide a way to reproduce the issue? |
Could it be related to this issue: #2717? |
Perhaps try whether this fixes the issue: #2695 |
@eldom9 Does this issue still relevant or fixed already? |
Closing as there is no response. |
Version: redis==4.5.2
Platform: Python 3.11 on Alpine Linux with Redis 6.2
Description:
Since todays upgrade from redis 4.5.1 to 4.5.2 the following error log messages from my Django/Celery App which is using Redis as broker appeared:
Switching back to redis==4.5.1 resolves the issue.
The text was updated successfully, but these errors were encountered: