Skip to content

Commit dd338ad

Browse files
Mats-SXFlorentinDDarthMax
committed
Avoid retries also for v3 protocol
These retries show errors in projection when running on a clustered databasea Co-authored-by: Florentin Dörre <florentin.dorre@neo4j.com> Co-authored-by: Max Kießling <max.kiessling@neotechnology.com>
1 parent b152f2f commit dd338ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphdatascience/query_runner/protocol/project_protocols.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ def project_fn() -> DataFrame:
163163
yields,
164164
database=database,
165165
logging=logging,
166-
retryable=True,
166+
retryable=False,
167167
custom_error=False,
168168
)
169169

0 commit comments

Comments
 (0)