Skip to content

Commit 0253c45

Browse files
committed
Consider Anthropic internal server error as a retriable error.
1 parent a12b3b4 commit 0253c45

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
- Consider Anthropic internal server error as a retriable error.
6+
57
## 0.115.1
68

79
- Improve OAuth callback error page to show error code, description, and error URI from the authorization server response.

src/eca/llm_providers/errors.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
[#"(?i)remote host terminated the handshake"
3131
#"(?i)host is unreachable"
3232
#"(?i)connection error"
33+
#"(?i)internal server error"
3334
#"(?i)connection refused"
3435
#"(?i)UnresolvedAddressException"])
3536

0 commit comments

Comments
 (0)