neomodel
neomodel copied to clipboard
[WIP] Feature/neo retry logic
Adds retry logic to the query execution code which should mitigate high level, transient neo4j errors such as the ones mentioned in #335
@mvanderkroon This is great, thank you.
Possibly related. There are certain conditions for which the client does not get updated about any error conditions immediately, unless the client does a sync()
. This is done for performance reasons.
Can that be merged ? What would need to be done to merge this ? Or should it be closed ?