fix(api): bound ansible backfill query cost
This commit is contained in:
@@ -705,12 +705,12 @@ class Settings(BaseSettings):
|
||||
),
|
||||
)
|
||||
AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_INTERVAL_SECONDS: int = Field(
|
||||
default=300,
|
||||
default=600,
|
||||
ge=60,
|
||||
description="Polling interval for the Ansible candidate backfill worker.",
|
||||
)
|
||||
AWOOOP_ANSIBLE_CANDIDATE_BACKFILL_BATCH_LIMIT: int = Field(
|
||||
default=5,
|
||||
default=2,
|
||||
ge=1,
|
||||
le=25,
|
||||
description="Maximum backfilled incidents queued per worker tick.",
|
||||
|
||||
Reference in New Issue
Block a user