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 retrying to batch writing #8

Merged
merged 8 commits into from
Oct 24, 2024
Merged

Add retrying to batch writing #8

merged 8 commits into from
Oct 24, 2024

Conversation

Mats-SX
Copy link
Contributor

@Mats-SX Mats-SX commented Oct 18, 2024

  • Fixed number of retries (10)
  • Retries on three different flight errors

Co-authored-by: Max Kießling max.kiessling@neotechnology.com

- Fixed number of retries (10)
- Retries on three different flight errors

Co-authored-by: Max Kießling <max.kiessling@neotechnology.com>
@Mats-SX Mats-SX requested a review from a team as a code owner October 18, 2024 09:35
Mats-SX and others added 4 commits October 18, 2024 17:32
The ambition is to make sure to have received an ACK from the server
before continuing to send a DONE message.

Co-authored-by: Max Kießling <max.kiessling@neotechnology.com>
@@ -10,6 +10,10 @@


def gds_version(driver: neo4j.Driver) -> str:
with driver.session() as session:
data = session.run("CALL gds.debug.sysInfo()").to_df()
print(data)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ali-ince Do you want to keep this print still?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes please, because it took quite a bit of time to figure out that the GDS license on CI was expired :)

@DarthMax DarthMax merged commit c6c40af into main Oct 24, 2024
1 check passed
@DarthMax DarthMax deleted the retry-batches branch October 24, 2024 08:28
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.

4 participants