Browse Source

YT-24050: Disable queue consumer registration manager by default in job proxies
commit_hash:37c244322d440c3bae13154109352403123e51c6

hiddenpath 1 week ago
parent
commit
5d63427945
1 changed files with 1 additions and 0 deletions
  1. 1 0
      yt/cpp/mapreduce/client/operation.cpp

+ 1 - 0
yt/cpp/mapreduce/client/operation.cpp

@@ -781,6 +781,7 @@ void BuildUserJobFluently(
                     list.Item().Value(BuildJobProfilerSpec(jobProfiler));
                 })
             .EndList()
+        .Item("start_queue_consumer_registration_manager").Value(false)
         .Item("redirect_stdout_to_stderr").Value(preparer.ShouldRedirectStdoutToStderr());
 }