Skip to content

Commit f9b0d89

Browse files
authored
remove obsolete retryable error codes (#3050)
we don't have these error codes in the database anymore
1 parent 2b867e9 commit f9b0d89

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

libs/libcommon/src/libcommon/constants.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@
4242
DEFAULT_MAX_FAILED_RUNS = 3
4343
LARGE_MAX_FAILED_RUNS = 30 # for errors that should not be permanent
4444
MAX_FAILED_RUNS_PER_ERROR_CODE = {
45-
# 20240823 - temporary until all these deprecated errors disappear
46-
"UnsupportedExternalFilesError": DEFAULT_MAX_FAILED_RUNS,
47-
"ExternalFilesSizeRequestError": DEFAULT_MAX_FAILED_RUNS,
48-
"ExternalFilesSizeRequestHTTPError": DEFAULT_MAX_FAILED_RUNS,
49-
"ExternalFilesSizeRequestConnectionError": DEFAULT_MAX_FAILED_RUNS,
50-
"ExternalFilesSizeRequestTimeoutError": DEFAULT_MAX_FAILED_RUNS,
51-
"DatasetModuleNotInstalledError": DEFAULT_MAX_FAILED_RUNS,
52-
"DatasetScriptError": DEFAULT_MAX_FAILED_RUNS,
5345
# default
5446
"RetryableConfigNamesError": DEFAULT_MAX_FAILED_RUNS,
5547
"ConnectionError": DEFAULT_MAX_FAILED_RUNS,

0 commit comments

Comments
 (0)