From 568d0fece84ca574fe33a48aa390c41103aabb1a Mon Sep 17 00:00:00 2001 From: Kamil Mysliwiec Date: Mon, 27 Nov 2023 12:21:30 +0100 Subject: [PATCH] Update content/recipes/terminus.md --- content/recipes/terminus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/recipes/terminus.md b/content/recipes/terminus.md index 65180eb628..0124a44cfb 100644 --- a/content/recipes/terminus.md +++ b/content/recipes/terminus.md @@ -610,7 +610,7 @@ export class HealthModule {} #### Graceful shutdown timeout -If your application requires postponing its shutdown process, Terminus can be handle it for you. +If your application requires postponing its shutdown process, Terminus can handle it for you. This setting can prove particularly beneficial when working with an orchestrator such as Kubernetes. By setting a delay slightly longer than the readiness check interval, you can achieve zero downtime when shutting down containers.