Open tkumark opened 4 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.
How do I set Minimum healthy percent and Health check grace period in shippable for ECS