Hi,
I'm using kazoo to access some data on zookeeper in my celery tasks
but what happens is that, although I call stop() and close() after i finish quering the ZK it doesn't close the connections to the server and after some time it gets to the max number of connections of the ZK.
does anyone know how to solve this? or has an example of using kazoo with celery?
Thanks.