Loading to Neo4J using Multithreading

I am trying to Load Neo4j using Multi threading in Python. I get the Transient Lock Client Error.

neobolt.exceptions.TransientError: LockClient[25560] can't wait on resource RWLock[NODE(209929), hash=2030412009] since => LockClient[25560] <-[:HELD_BY]- RWLock[NODE(231924), hash=14603973] <-[:WAITING_FOR]- LockClient[25561] <-[:HELD_BY]- RWLock[NODE(209929), hash=2030412009]

Is it someway possible to have parallel load with Neo4j?