Skip to content

Commit 8e57d71

Browse files
RiFrostFrank
andauthored
Fix: Race condition when deleting ECS (#5794)
* fix: use cloudmapNamespace instance instead of id | update service dependencies * sync * sync --------- Co-authored-by: Frank <frank@sst.dev>
1 parent 2051a9b commit 8e57d71

File tree

2 files changed

+361
-361
lines changed

2 files changed

+361
-361
lines changed

pkg/project/run.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,6 @@ loop:
563563

564564
if input.Command == "remove" && len(complete.Resources) == 0 {
565565
provider.Cleanup(p.home, p.app.Name, p.app.Stage)
566-
567566
}
568567

569568
log.Info("done running stack command", "resources", len(complete.Resources))

0 commit comments

Comments
 (0)