Transient errors may occur when connecting to a distributed database like Aura. If your application reports an error like this one:
Received a recoverable discovery error with server 'neo4j-core-xxxxxx-nn.production-orch-nnnn.neo4j.io:7687', will continue discovery with other routing servers if available.org.neo4j.driver.exceptions.DiscoveryException: Failed to update routing table with server 'neo4j-core-xxxxxx-nn.production-orch-nnnn.neo4j.io:7687'.
Please check that you are using Using Transaction Functions for Retries. If you are using Spring, please be sure to use the Resilience4j library for automatic retries.
Comments
0 comments
Article is closed for comments.