-
Notifications
You must be signed in to change notification settings - Fork 80
Transient Error Handling
Chris Grigg edited this page Feb 26, 2015
·
1 revision
Neo4j defines a few transient error states that they recommend you watch for and retry. When Neo4j server responds with one of these, they are retried a certain number of times. This "certain number" defaults to 10 but can be controlled with the NEO4J_RETRY_COUNT
environment variable.
See http://neo4j.com/docs/stable/status-codes.html for Neo4j's information about this. It was implemented in https://github.com/neo4jrb/neo4j-core/pull/171.
WARNING: Much of the information in this wiki is out of day. We are in the process of moving things to readthedocs