Skip to content

Commit 0202dd5

Browse files
committed
Removing unnecessary line
1 parent 0937ded commit 0202dd5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@ While some D1 errors can be resolved by retrying the operation, retrying is only
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`).
6262
- Consider implementing application-level checks to identify if the operation can be retried, and retrying only when it is safe and necessary.
63-
64-
When in doubt, do not retry automatically. Instead, investigate the root cause and ensure your application logic can handle potential duplicates safely.
6563
:::
6664

6765
| `D1_ERROR` type | Description | Recommended action |

0 commit comments

Comments
 (0)