Skip to content

Commit

Permalink
Merge pull request #1154 from julep-ai/x/retryable-status-codes
Browse files Browse the repository at this point in the history
fix(agents-api): Retry 524 http status code
  • Loading branch information
whiterabbit1983 authored Feb 13, 2025
2 parents d13a375 + e935566 commit 233d683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions agents-api/agents_api/common/exceptions/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
429, # Too Many Requests (slow down, speedster!)
503, # Service Unavailable (server is having a moment)
504, # Gateway Timeout (the internet took a detour)
524, # Gateway Timeout (the internet took a detour)
)


Expand Down

0 comments on commit 233d683

Please sign in to comment.