-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Duplicate Deployments in Bootstrapped Apps
If the application is bootstrapped by a bootstap container and then companions have been converted into instances, and then the instances should be updated with a subsequent HTTP request, the application ends up with a second version of the instance. This circumstance is not intended and this commit makes sure that subsequent HTTP requests update existing deployments while taking the bootstrapping into account.
- Loading branch information
1 parent
db938ae
commit 4e2b284
Showing
2 changed files
with
41 additions
and
22 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