Skip to content

Commit 3ac7599

Browse files
committed
Cross linking to new page
1 parent 5d5c830 commit 3ac7599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/observability/debug-d1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ While some D1 errors can be resolved by retrying the operation, retrying is only
5959

6060
Before retrying any failed operation:
6161
- 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.
6363
:::
6464

6565
| `D1_ERROR` type | Description | Recommended action |

0 commit comments

Comments
 (0)