-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
45 lines (45 loc) · 1.02 KB
/
Copy pathconfig.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"notifications": {
"telegram": {
"enabled": false,
"bot_token": "",
"chat_id": "",
"events": [
"run_completed",
"run_failed",
"run_skipped",
"alert_created",
"alert_escalated",
"alert_resolved",
"pipeline_started",
"pipeline_step_completed",
"pipeline_completed",
"pipeline_failed",
"pipeline_stuck",
"kpi_target_hit",
"kpi_decline",
"weekly_summary",
"agent_first_run",
"agent_overdue",
"agent_streak",
"system_error"
],
"quiet_hours": {
"enabled": false,
"start": "22:00",
"end": "08:00",
"timezone": "UTC",
"except": ["alert_escalated", "system_error"]
}
}
},
"system": {
"timezone": "UTC",
"max_parallel_agents": 1,
"agent_timeout_seconds": 300,
"pipeline_stuck_threshold_hours": 48,
"alert_escalation_days": 7,
"kpi_decline_threshold": 2,
"run_log_max_entries": 1000
}
}