high-france-81657
08/09/2022, 3:53 PMechoing-dinner-19531
08/09/2022, 4:46 PMhigh-france-81657
08/09/2022, 6:47 PMtall-librarian-49374
08/09/2022, 7:28 PMDeployment.Instance.IsDryRun
high-france-81657
08/09/2022, 7:28 PMtall-librarian-49374
08/09/2022, 7:32 PMhigh-france-81657
08/09/2022, 7:32 PMtall-librarian-49374
08/09/2022, 7:36 PMOutput<MyStuff> x = null;
if (IsDryRun)
x = Output.Create(new MyStuff(someDefaults));
else
x = y.Apply(y => MyService.GetX(…));
new ResourceFoo("test", new ResourceFooArgs
{
Prop1 = x.Prop1
});
echoing-dinner-19531
08/09/2022, 8:29 PMIsDryRun
and only returning the Unknown value when that's true?high-france-81657
08/09/2022, 8:30 PMtall-librarian-49374
08/09/2022, 8:43 PMechoing-dinner-19531
08/09/2022, 9:07 PMhigh-france-81657
08/10/2022, 5:45 AMechoing-dinner-19531
08/10/2022, 8:26 AMDeployment.Instance.Internal.Runner._inFlightTasks._activeTasks
but that's just a counter.
I'd try running with the engine debug logs on --logtostderr -v10
and seeing what the last messages sent to the engine from the program are.high-france-81657
08/10/2022, 2:30 PMechoing-dinner-19531
08/10/2022, 10:28 PM