Skip to content

Commit ced770b

Browse files
committed
Added test and docs for stop_grace_timeout
1 parent 9dfa53b commit ced770b

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/compatibility/aws_ecs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Container Definition
8686
+------------------------+-----------+----------+---------------------------------------+---------------------------------------------+
8787
| StartTimeout | N | N | | |
8888
+------------------------+-----------+----------+---------------------------------------+---------------------------------------------+
89-
| StopTimeout | N | N | | |
89+
| StopTimeout | Y | N | | service.stop_grace_timeout |
9090
+------------------------+-----------+----------+---------------------------------------+---------------------------------------------+
9191
| SystemControls | N | N | | |
9292
+------------------------+-----------+----------+---------------------------------------+---------------------------------------------+

use-cases/blog.features.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ secrets:
1111
zyx: {}
1212
services:
1313
app01:
14+
stop_grace_period: 42s
1415
logging:
1516
driver: awslogs
1617
options:

0 commit comments

Comments
 (0)