From aed0279f4a5d060193c43d8b9bb9fcb94a4bba50 Mon Sep 17 00:00:00 2001 From: Ashwanth Goli Date: Tue, 17 Dec 2024 16:31:38 +0530 Subject: [PATCH] make docs --- docs/sources/shared/configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/sources/shared/configuration.md b/docs/sources/shared/configuration.md index 9cf3b2a18ed0f..b64879703c960 100644 --- a/docs/sources/shared/configuration.md +++ b/docs/sources/shared/configuration.md @@ -230,6 +230,10 @@ block_scheduler: # CLI flag: -block-scheduler.target-record-count [target_record_count: | default = 1000] + # Maximum number of jobs that the planner can return. + # CLI flag: -block-scheduler.max-jobs-planned-per-interval + [max_jobs_planned_per_interval: | default = 100] + pattern_ingester: # Whether the pattern ingester is enabled. # CLI flag: -pattern-ingester.enabled