You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/d1/observability/debug-d1.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ While some D1 errors can be resolved by retrying the operation, retrying is only
59
59
60
60
Before retrying any failed operation:
61
61
- Verify your query is idempotent (for example, read-only operations, or queries such as `CREATE TABLE IF NOT EXISTS`).
62
-
- Consider implementing application-level checks to identify if the operation can be retried, and retrying only when it is safe and necessary.
62
+
- Consider [implementing application-level checks](/d1/best-practices/retry-queries/) to identify if the operation can be retried, and retrying only when it is safe and necessary.
63
63
:::
64
64
65
65
|`D1_ERROR` type | Description | Recommended action |
0 commit comments