Skip to content

Commit f8f703e

Browse files
authored
Update config.py
1 parent 1a7bf2b commit f8f703e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

robusta_krr/core/models/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class Config(pd.BaseSettings):
5555

5656
# Discovery settings
5757
discovery_job_batch_size: int = pd.Field(1000, ge=1, description="Batch size for Kubernetes job API calls")
58-
discovery_job_max_batches: int = pd.Field(50, ge=1, description="Maximum number of job batches to process to prevent infinite loops")
58+
discovery_job_max_batches: int = pd.Field(100, ge=1, description="Maximum number of job batches to process to prevent infinite loops")
5959

6060
# Job grouping settings
6161
job_grouping_labels: Union[list[str], str, None] = pd.Field(None, description="Label name(s) to use for grouping jobs into GroupedJob workload type")

0 commit comments

Comments
 (0)