Describe the bug
First of all thank you for this useful library!
We have a Django app running in a docker container and couple times a day we see the following warnings in container logs concerning the connection to cklickhouse from clickhouse-driver.
We also have some another python app using clickhouse-driver only, without Django and django-clickhouse-backend and we do not see these warnings there.
To Reproduce
Run a django app in docker container using the specs below.
Expected behavior
No such log entries.
Versions
Docker base image for Django container: python:3.11.4-slim
This is ok, because clickhouse connection is reused between queries. If there are no queries for a long time, I guess the connection will be closed by the server.
Describe the bug First of all thank you for this useful library!
We have a Django app running in a docker container and couple times a day we see the following warnings in container logs concerning the connection to cklickhouse from clickhouse-driver.
We use these database settings in django:
We also have some another python app using clickhouse-driver only, without Django and django-clickhouse-backend and we do not see these warnings there.
To Reproduce Run a django app in docker container using the specs below.
Expected behavior No such log entries.
Versions