refactor web pagination and add partitioned events, flap/timeout showcase agents
This commit is contained in:
@@ -20,7 +20,11 @@ class Settings(BaseSettings):
|
||||
port: int = 8000
|
||||
enable_detector: bool = True
|
||||
enable_notifier_worker: bool = True
|
||||
events_retention_max_rows: int = 20_000
|
||||
events_retention_months: int = 36
|
||||
events_future_partitions: int = 3
|
||||
event_dedup_retention_days: int = 30
|
||||
event_dedup_prune_batch_size: int = 5000
|
||||
partition_maintenance_interval_sec: int = 3600
|
||||
outbox_retention_max_rows: int = 50_000
|
||||
notifier_tick_sec: int = 5
|
||||
notifier_batch_size: int = 20
|
||||
|
||||
Reference in New Issue
Block a user