Skip to content

Commit

Permalink
fix(agents-api): Retry 524 http status code
Browse files Browse the repository at this point in the history
  • Loading branch information
HamadaSalhab committed Feb 13, 2025
1 parent 01936a7 commit e935566
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 e935566

Please sign in to comment.