help needed: cluster client Connection reset by peer
#126
Labels
question
Further information is requested
Connection reset by peer
#126
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:
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 upthis 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
The text was updated successfully, but these errors were encountered: