Skip to content

Commit 28f7b92

Browse files
committed
PR #770 exclude 500 from retry forcelist for now (#441, #764)
1 parent 1416e42 commit 28f7b92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

openeo/utils/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
DEFAULT_RETRY_FORCELIST = frozenset(
2222
[
2323
429, # Too Many Requests
24-
500, # Internal Server Error
2524
502, # Bad Gateway
2625
503, # Service Unavailable
2726
504, # Gateway Timeout

0 commit comments

Comments
 (0)