mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
docs(docker): update title and description of docker kill grace period property (#8733)
Part of https://github.com/kestra-io/kestra-ee/issues/3625
This commit is contained in:
@@ -307,7 +307,7 @@ public class Docker extends TaskRunner<Docker.DockerTaskRunnerDetailResult> {
|
||||
@Builder.Default
|
||||
@NotNull
|
||||
@Schema(
|
||||
title = "When a task is killed, grace period before killing the container",
|
||||
title = "When a task is killed, this property sets the grace period before killing the container.",
|
||||
description = "By default, we kill the container immediately when a task is killed. Optionally, you can configure a grace period so the container is stopped with a grace period instead."
|
||||
)
|
||||
private Duration killGracePeriod = Duration.ZERO;
|
||||
|
||||
Reference in New Issue
Block a user