We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de8cd18 commit 94858ecCopy full SHA for 94858ec
packages/core/src/fetch.ts
@@ -33,7 +33,7 @@ export async function createFetch(
33
) {
34
const {
35
retries = FETCH_RETRY_DEFAULT,
36
- retryOn = [429, 500],
+ retryOn = [429, 500, 504],
37
trace,
38
retryDelay = FETCH_RETRY_DEFAULT_DEFAULT,
39
maxDelay = FETCH_RETRY_MAX_DELAY_DEFAULT,
0 commit comments