-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run ECS launch in goroutine, and add local cluster paymodel (#61)
* Run ECS launch in goroutine, to prevent timeout issues * Fix context for launchEcsWorkspace * Fix status * Fix transitgateway setup * Fix routing * Change order of execution for launch * Prevent launch if paymodel is not active * Add 500 error on launch instead of 403 * Log when launch is forbidden * Add more failure logging * Add in enhancement for paymodels check. * Remove comment * return 404 if no paymodel is found * Remove error returns from ecsLaunchWorkspace * Remove error returns from ecsLaunchWorkspace * Update hatchery/hatchery.go Co-authored-by: Sai Shanmukha Narumanchi <nss10@outlook.com> * Making needed changes * Updating `status` endpoint to work with local launch * Reverting local changes * Updating comments * Fix nil pointer reference --------- Co-authored-by: Sai Shanmukha Narumanchi <nss10@outlook.com>
- Loading branch information
Showing
10 changed files
with
296 additions
and
136 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,4 @@ | |
|
||
# End of https://www.toptal.com/developers/gitignore/api/go | ||
.dccache | ||
hatchery_qabrh.json |
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
Oops, something went wrong.