Skip to content

Commit

Permalink
Remove temporary retryable error codes (#3044)
Browse files Browse the repository at this point in the history
  • Loading branch information
severo authored Aug 23, 2024
1 parent 4e648eb commit 5c5be12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libs/libcommon/src/libcommon/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@
LARGE_MAX_FAILED_RUNS = 30 # for errors that should not be permanent
MAX_FAILED_RUNS_PER_ERROR_CODE = {
# default
"DatasetGenerationError": DEFAULT_MAX_FAILED_RUNS, # <- 20240822: to recompute all of them in the next backfill
"ConfigNamesError": DEFAULT_MAX_FAILED_RUNS, # <- 20240822: to recompute all of them in the next backfill
"RetryableConfigNamesError": DEFAULT_MAX_FAILED_RUNS,
"ConnectionError": DEFAULT_MAX_FAILED_RUNS,
"ExternalServerError": DEFAULT_MAX_FAILED_RUNS,
Expand Down

0 comments on commit 5c5be12

Please sign in to comment.