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

help needed: cluster client Connection reset by peer #126

Open
amirreza8002 opened this issue Nov 28, 2024 · 0 comments
Open

help needed: cluster client Connection reset by peer #126

amirreza8002 opened this issue Nov 28, 2024 · 0 comments
Labels
question Further information is requested

Comments

@amirreza8002
Copy link
Contributor

hi
i've written a client for cluster servers in django-valkey
the local tests using an installed valkey seem fine, but the CI breaks with this error:

valkey.exceptions.ValkeyClusterException: Valkey Cluster cannot be connected. Please provide at least one reachable node: Error while reading from 127.0.0.1:16380 : (104, 'Connection reset by peer')

the error link

the Ci is mostly copied from valkey-py:
the compose file
cluster dockerfile
caching docker image
running docker compose
the tasks file

it's worth noting that wait-for-it.sh 16379 runs fine and shows that the server is up

this is the setting used for client.
and these are the tests if needed.

my code simply instantiates the cluster client for connection.

i'd be thankful of any help or hint on how to fx this

@mkmkme mkmkme added the question Further information is requested label Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants