Skip to content

Commit 8fc632f

Browse files
streamingsystemsRob Desilets
andauthored
Add connection timed out to error messages list (#52)
Co-authored-by: Rob Desilets <[email protected]>
1 parent 8c539ca commit 8fc632f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Services/RetryManager.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ class RetryManager
2727
'loading',
2828
'readonly',
2929
"can't write against a read only replica",
30+
"connection timed out"
3031
];
3132

3233
/**

0 commit comments

Comments
 (0)