Hello Team
I have weird scenario, We are using dagger engine 0.14.0 and re utilizing same container to execute many commands for faster runs, at the end of each exec .WithExec
we collect output using container.File("/mnt/stdall).Contents(ctx)
Upon checking traces in honeycomb, we are seeing some performance hit, only for container.file span but not for actually exec command.
So my question, could it be possible that re-utilizing same container does not reset previous output(or may be creating some sort of weighted debris inside container) which is slowing down Container.File operation
As I am still investigating this but meanwhile if you have any clue of internal behavior of engine on such usecase, please share your input.
Thanks