diff options
author | eshcherbin <[email protected]> | 2024-08-24 23:08:44 +0300 |
---|---|---|
committer | eshcherbin <[email protected]> | 2024-08-24 23:16:28 +0300 |
commit | e9bbee265681b79a9ef9795bdc84cf6996f9cfec (patch) | |
tree | 55b16536d8bc6917342aff4bbd3ba1a8eefeab50 | |
parent | 97de5cbcaa927ca017a88b66585636af95d6580a (diff) |
YT-21939: Add job resource demand restrictions in tree
d30c1f255907581d5b7a9c28ea078c472c56925a
-rw-r--r-- | yt/yt/client/scheduler/public.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yt/yt/client/scheduler/public.h b/yt/yt/client/scheduler/public.h index 318e9b1d1f6..d07e8469dfc 100644 --- a/yt/yt/client/scheduler/public.h +++ b/yt/yt/client/scheduler/public.h @@ -60,6 +60,7 @@ YT_DEFINE_ERROR_ENUM( ((WatcherHandlerFailed) (217)) ((MasterDisconnected) (218)) ((NoSuchJobShell) (219)) + ((JobResourceLimitsRestrictionsViolated) (220)) ); DEFINE_ENUM(EUnavailableChunkAction, |