diff options
| author | Alexander Smirnov <[email protected]> | 2025-04-01 00:52:07 +0000 |
|---|---|---|
| committer | Alexander Smirnov <[email protected]> | 2025-04-01 00:52:07 +0000 |
| commit | 7b1dd0572a50d5e1d1dc0d973dd7b686ec5d1cfa (patch) | |
| tree | 77b99773cdbad1af81f9e310eebc0d9f361dafba /yt/cpp/mapreduce | |
| parent | 4ae39ac0db24e7564f13a3d0545a540bd647283c (diff) | |
| parent | 0afdf94708e28c1ce387764b1a93c32da0cd2350 (diff) | |
Merge branch 'rightlib' into merge-libs-250401-0050
Diffstat (limited to 'yt/cpp/mapreduce')
| -rw-r--r-- | yt/cpp/mapreduce/common/retry_lib.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/cpp/mapreduce/common/retry_lib.cpp b/yt/cpp/mapreduce/common/retry_lib.cpp index 53216bd3f86..e898bfc3814 100644 --- a/yt/cpp/mapreduce/common/retry_lib.cpp +++ b/yt/cpp/mapreduce/common/retry_lib.cpp @@ -227,6 +227,7 @@ static TMaybe<TDuration> TryGetBackoffDuration(const TErrorResponse& errorRespon NSequoiaClient::SequoiaRetriableError, NRpc::TransientFailure, Canceled, + Timeout, }) { if (allCodes.contains(code)) { return config->RetryInterval; |
