Commit 03e507b
committed
docs: max-runtime is not valid on job-exec
QUICK_REFERENCE.md told operators to add max-runtime to a [job-exec]
section. The key exists on RunJob, RunServiceJob and [global], but ExecJob
has no such field, so the documented configuration is rejected.
Point at the global default instead, and mark the block as ini rather than
bash so a config-parsing check can see it — the snippet was invisible to
the docs gate precisely because of the fence language.
Found by the documentation-drift gate being built for this repo, which is
the kind of defect it exists to catch.
Signed-off-by: Sebastian Mendel <info@sebastianmendel.de>1 parent 27d6886 commit 03e507b
1 file changed
Lines changed: 10 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
405 | | - | |
| 405 | + | |
406 | 406 | | |
407 | 407 | | |
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
413 | 421 | | |
414 | 422 | | |
415 | 423 | | |
| |||
0 commit comments