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 226a3f5 commit ec0ef7cCopy full SHA for ec0ef7c
src/workerd/server/container-client.c++
@@ -413,10 +413,7 @@ kj::Promise<void> ContainerClient::monitor(MonitorContext context) {
413
}
414
415
kj::Promise<void> ContainerClient::destroy(DestroyContext context) {
416
- const auto [running, _ports] = co_await inspectContainer();
417
- if (running) {
418
- co_await destroyContainer();
419
- }
+ co_await destroyContainer();
420
421
422
kj::Promise<void> ContainerClient::signal(SignalContext context) {
0 commit comments