Skip to content

Commit a11da19

Browse files
authored
Added test and docs for stop_grace_timeout (#814)
1 parent 9dfa53b commit a11da19

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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)