@@ -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());
}