Skip to content

Commit a151747

Browse files
benfdkingCopilot
andauthored
docs: add information about timeouts (#4036)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 119e4f8 commit a151747

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/cloud/features/scheduler/scheduler.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ readinessProbe:
246246
- "executor"
247247
- "run"
248248
- "--check"
249+
timeoutSeconds: 5
249250
```
250251

251252
```yaml
@@ -257,6 +258,9 @@ readinessProbe:
257258
- "executor"
258259
- "apply"
259260
- "--check"
261+
timeoutSeconds: 5
260262
```
261263

262264
Each executor type (run or apply) should have its own health check implemented to ensure proper monitoring of both components.
265+
266+
**Note** Please note the specified timeout. Depending on the allocated resources, sometimes the default timeout is too aggressive.

0 commit comments

Comments
 (0)