Skip to content

Commit 3c1bb15

Browse files
committed
Treat navigation timeout errors as transient
1 parent 2af677d commit 3c1bb15

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/archivist/fetcher/errors.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export class FetchDocumentError extends Error {
1010
'EAI_AGAIN', // DNS lookup temporary failure - DNS server is temporarily unavailable or overloaded
1111
'ETIMEDOUT', // Connection timeout - network latency or server load issues
1212
'ERR_NAME_NOT_RESOLVED', // DNS lookup temporary failure - DNS server is temporarily unavailable or overloaded
13+
'Timed out after', // Navigation timeout - page took too long to load, might be temporary server overload
1314
'HTTP code 500', // Internal Server Error - server encountered an error while processing the request
1415
'HTTP code 503', // Service Unavailable - server is temporarily overloaded or down for maintenance
1516
'HTTP code 504', // Gateway Timeout - upstream server took too long to respond, might be temporary

0 commit comments

Comments
 (0)