Skip to content

Commit 5d5c830

Browse files
authored
Accepting review wording
1 parent d83e3b7 commit 5d5c830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/d1/best-practices/retry-queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88

99
import { GitHubCode } from "~/components";
1010

11-
It can be useful to retry queries from your application when you encounter an [error](/d1/observability/debug-d1/#error-list). From the list of `D1_ERROR`s, refer to the Recommended action column to determine if a query should be retried.
11+
It is useful to retry write queries from your application when you encounter a transient [error](/d1/observability/debug-d1/#error-list). From the list of `D1_ERROR`s, refer to the Recommended action column to determine if a query should be retried.
1212

1313
:::note
1414
D1 automatically retries read-only queries up to 2 more times when it encounters a retryable error.

0 commit comments

Comments
 (0)