1
0
mirror of https://github.com/raseels-repos/golang-saas-starter-kit.git synced 2025-08-08 22:36:41 +02:00

ECS service autoscaling policy option in cicd config

This commit is contained in:
Lee Brown
2019-08-27 22:26:42 -08:00
parent a26e11be11
commit 9b3176952b
5 changed files with 126 additions and 20 deletions

View File

@ -58,6 +58,7 @@ func (c *Check) Health(ctx context.Context, w http.ResponseWriter, r *http.Reque
}
// Ping validates the service is ready to accept requests.
// This endpoint is used for the health check when an AWS ELastic Load Balancer is enabled.
func (c *Check) Ping(ctx context.Context, w http.ResponseWriter, r *http.Request, params map[string]string) error {
status := "pong"