Closed Sucran closed 3 days ago
fix the bug which describe in issue #269, and I found neo4j would threw ClientError when thread pool is overload. so I add a retry Exception by the way.
修复了#269 问题,然后我发现当线程池不够用的时候,neo4j会抛出ClientError,所以顺手加了一个重试的异常
Thanks, but there are some linting errors. Please make sure to run pre-commit run --all-files before submitting to ensure all linting checks pass.
@LarFii Thanks for merge, I got it.
fix the bug which describe in issue #269, and I found neo4j would threw ClientError when thread pool is overload. so I add a retry Exception by the way.
修复了#269 问题,然后我发现当线程池不够用的时候,neo4j会抛出ClientError,所以顺手加了一个重试的异常