From 6024b9f5113a6d36d3069c22f7fe45ff7f2d3fdb Mon Sep 17 00:00:00 2001 From: haru0017 Date: Wed, 8 Apr 2026 17:36:25 +0900 Subject: [PATCH] remove extra column separators --- docs/reference/platform/timeouts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/platform/timeouts.md b/docs/reference/platform/timeouts.md index 6324269..18beee6 100644 --- a/docs/reference/platform/timeouts.md +++ b/docs/reference/platform/timeouts.md @@ -10,10 +10,10 @@ Each service has specific timeout values based on its intended use case and oper ## Service Timeouts | Service | Timeout Value | Description | Impact | -| ---------------- | ------------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------- | --- | +| ---------------- | ------------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------- | | Gateway Timeout | 60 seconds | Max time for API gateway request processing | Request terminated if it exceeds 60s | | Pipeline Service | 60 seconds | Max time for pipeline resolver execution | Pipeline operation terminated if it exceeds 60s | -| Executor Service | 60 seconds | Max time for `TargetTailorGraphql` and `TargetWebhook` operations to complete | Failure triggers retry (up to 10 attempts) if it exceeds 60s | \ | +| Executor Service | 60 seconds | Max time for `TargetTailorGraphql` and `TargetWebhook` operations to complete | Failure triggers retry (up to 10 attempts) if it exceeds 60s | | TailorDB Hooks | 2 seconds | Max time for TailorDB's `PreHook` and `PostHook` operations | Hook is terminated and returns an error if it exceeds 2s | | Pipeline Hooks | 2 seconds | Max time for Pipeline's `PreHook` and `PostHook` operations | Hook is terminated and returns an error if it exceeds 2s | | Function Service | 60 seconds | Max time for a Function service operation | Execution is terminated and returns an error if it exceeds 60s |