Shippable / support

Shippable SaaS customers can report issues and feature requests in this repository
100 stars 28 forks source link

how to set Minimum healthy percent and Health check grace period for ecs in shippable #5163

Open tkumark opened 3 years ago

tkumark commented 3 years ago

How do I set Minimum healthy percent and Health check grace period in shippable for ECS

a-murphy commented 3 years ago

Assuming this is an ECS deployment through manifest and deploy jobs in an Assembly Line, the minimum healthy percent may be added to a dockerOptions resource in the manifest job as shown in http://docs.shippable.com/platform/workflow/resource/dockeroptions/#provider-specific-options. And you should also be able to include

service:
  healthCheckGracePeriodSeconds: <seconds>

in the versionTemplate section of the dockerOptions resource for the health check grace period.