-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(examples/supply-chain-app): fix resource cleanup of shutdown logic
1. Now you can run the supply chain app example locally and then hit CTRL+C on the terminal and it will gracefully shut down all the containers hosting the infrastructure and only after that the NodeJS process itself will exit. 2. Previously we had a bug where it wouldn't wait for the containers to wind down and it left them running which was causing problems when people didn't notice this behavior and their machines would get into this broken state where the previous execution's containers were hanging around and one of them blocking ports too. Signed-off-by: Peter Somogyvari <[email protected]>
- Loading branch information
Showing
3 changed files
with
57 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters