wait 30s when BAD_GATEWAY

This commit is contained in:
2024-04-06 12:57:16 +02:00
parent 10b184f3da
commit 88ff6d539b
2 changed files with 12 additions and 3 deletions
+1
View File
@@ -7,3 +7,4 @@ class RequestResult(Enum):
SUCCESS = "SUCCESS"
COOKIES_ERROR = "COOKIES_ERROR"
UNKNOWN = "UNKNOWN"
BAD_GATEWAY = "BAD_GATEWAY"