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:
AJ Emerich
2025-05-12 15:40:18 +02:00
committed by GitHub
parent 52931769f9
commit ffdebf3f4c

View File

@@ -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;