We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c16ab3d commit 8e41e91Copy full SHA for 8e41e91
robusta_krr/main.py
@@ -233,13 +233,13 @@ def run_strategy(
233
rich_help_panel="Job Grouping Settings",
234
),
235
discovery_job_batch_size: int = typer.Option(
236
- 1000,
+ 250,
237
"--discovery-job-batch-size",
238
help="Batch size for Kubernetes job API calls (default: 1000).",
239
rich_help_panel="Job Discovery Settings",
240
241
discovery_job_max_batches: int = typer.Option(
242
- 50,
+ 100,
243
"--discovery-job-max-batches",
244
help="Maximum number of job batches to process to prevent infinite loops (default: 50).",
245
0 commit comments