Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add .is_retriable() to Neo4jError and DriverError #682

Merged
merged 1 commit into from
Mar 14, 2022

Conversation

robsdedude
Copy link
Member

This should help users to implement custom retry policies together with explicit
transactions.
This PR also improves documentation around errors and changes the driver's
session code to also use the new flag for determining when to retry a tx.
This will make sure that it's a reliable feature + simplify the driver's code.

This should help users to implement custom retry policies together with explicit
transactions.
This PR also improves documentation around errors and changes the driver's
session code to also use the new flag for determining when to retry a tx.
This will make sure that it's a reliable feature + simplify the driver's code.
@robsdedude robsdedude merged commit 3389c4a into neo4j:5.0 Mar 14, 2022
@robsdedude robsdedude deleted the retryable-exceptions branch March 14, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant