You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't really understand why we have three different code paths for this, but in any case, it looks like moving the call to ContainerStop into printLogs will solve the problem.
#392 added a
ContainerStop
toDeployer.Destroy
, so that the container has a chance to gracefully shut down and flush its logs before we print them.However, we print the logs in a couple of other situations:
Deployer.Deploy
, if there is a timeout waiting for the container to be ready. (In this case it looks like we don't destroy the container at all?)Builder.ConstructBlueprint
(viaBuilder.construct
).In both these cases, the logs are printed before the container is stopped.
The text was updated successfully, but these errors were encountered: