We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca30706 commit 4516bb0Copy full SHA for 4516bb0
src/Agent.Sdk/Knob/AgentKnobs.cs
@@ -207,6 +207,7 @@ public class AgentKnobs
207
new EnvironmentKnobSource("AGENT_USE_NODE24"),
208
new PipelineFeatureSource("UseNode24"),
209
new BuiltInDefaultKnobSource("false"));
210
+
211
public static readonly Knob UseNode24InUnsupportedSystem = new Knob(
212
nameof(UseNode24InUnsupportedSystem),
213
"Forces the agent to use Node 24 handler for all Node-based tasks, even if it's in an unsupported system",
0 commit comments