cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Neo4j server refuses connection after alot of sessions

When using neo4j python integration after requesting a lot of connections (16,000 or so in half a minute)
the noe4j server just refuses to accept anymore connections, is there a way to bypass this feature?

Another possible solution i thought about was to sleep out the timer every time an exception is thrown, how much should the process sleep for if there is no way to bypass the feature?

Screenshot_35.png

1 REPLY 1

Do you properly close your sessions on the client side, so that the tcp connections can be returned to the pool.

Can you share the content of your server's debug.log?

If this persists, please open an issue at https://github.com/neo4j/neo4j-python-driver/issues