We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 119e4f8 commit a151747Copy full SHA for a151747
1 file changed
docs/cloud/features/scheduler/scheduler.md
@@ -246,6 +246,7 @@ readinessProbe:
246
- "executor"
247
- "run"
248
- "--check"
249
+ timeoutSeconds: 5
250
```
251
252
```yaml
@@ -257,6 +258,9 @@ readinessProbe:
257
258
259
- "apply"
260
261
262
263
264
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