motey / py2neo-mptest

0 stars 0 forks source link

Close connections with Neo4j #1

Open aguinaldoabbj opened 3 years ago

aguinaldoabbj commented 3 years ago

Hello, I'm running your code sucessfully. However, connections with Neo4j are not closed after a worker finishes its job. So, connections hit the max connections in Neo4j. Do you have any ideas to address this issue?

motey commented 3 years ago

Hi, this code was just a test created for an older py2neo version (see https://github.com/technige/py2neo/issues/790 ). can you post your error stack?