Skip to content

Commit c241c52

Browse files
add slotted runtime note
1 parent fff401d commit c241c52

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,9 @@ If the transaction still fails after the maximum duration, the failure is handle
543543
`ON ERROR RETRY` increases query robustness by handling transient errors without manual intervention.
544544
It is particularly suitable for xref:subqueries/subqueries-in-transactions.adoc#concurrent-transactions[concurrent transactions], reducing the likelihood of xref:subqueries/subqueries-in-transactions.adoc#deadlocks[deadlocks].
545545

546+
[NOTE]
547+
Queries using `ON ERROR RETRY` can currently only use the xref:planning-and-tuning/runtimes/concepts.adoc#runtimes-slotted-runtime[slotted runtime].
548+
546549
.Basic retry with default duration
547550
=====
548551

0 commit comments

Comments
 (0)