Skip to content

Commit 0413dab

Browse files
committed
Retry any replication error where the message contains "timeout"
1 parent 8739b05 commit 0413dab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/services/runsReplicationService.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -550,6 +550,7 @@ export class RunsReplicationService {
550550
"network error",
551551
"read econnreset",
552552
"write econnreset",
553+
"timeout",
553554
];
554555

555556
return retryableConnectionPatterns.some((pattern) => errorMessage.includes(pattern));

0 commit comments

Comments
 (0)