compose-x / ecs_composex

Manage, Configure and Deploy your services and AWS services and applications from your docker-compose definitions
https://docs.compose-x.io
Mozilla Public License 2.0
158 stars 16 forks source link

[FR] ECS.ContainerDefinition.StopTimeout docker-compose.service.stop_grace_period #716

Closed thorfi closed 7 months ago

thorfi commented 7 months ago

Some containers (e.g. postgres database amongst others) need a longer time before forceful shutdown in order to cleanly save data.

The docker-compose.yml service stop_grace_period field should be translated to ECS Container Definition StopTimeout.

Additional context

JohnPreston commented 7 months ago

Implemented in 0.24.2 with #718