guanghulab/skyeye/guards/drive-guard.json
Guanghu Domestic Migration d1e47f4565
Some checks are pending
自动更新代码和重启 / update-and-restart (push) Waiting to run
CI检查 + 自动部署 / check (push) Waiting to run
CI检查 + 自动部署 / deploy (push) Blocked by required conditions
重启聊天服务 / restart (push) Waiting to run
chore: import sanitized domestic snapshot for REPO-002
Source snapshot: ca48d3ddf926d79aa138306164169baf764bb829
2026-07-17 15:54:41 +08:00

41 lines
1.1 KiB
JSON

{
"guard_id": "GUARD-DRIVE",
"target_service": "Google Drive API",
"status": "active",
"mode": "buffer",
"buffer_policy": {
"enabled": true,
"buffer_path": "buffer/drive-staging/",
"max_buffer_age_hours": 24,
"flush_strategy": "scheduled",
"flush_schedule_cst": ["21:30"]
},
"quota_policy": {
"monthly_limit": 15,
"current_month_used": 0,
"daily_soft_limit": 0,
"warning_threshold_percent": 70,
"critical_threshold_percent": 90,
"on_warning": "reduce_frequency",
"on_critical": "emergency_only"
},
"trigger_policy": {
"default_frequency": "3_per_day",
"min_frequency": "1_per_day",
"max_frequency": "6_per_day",
"auto_adjust": true,
"adjust_based_on": ["quota_remaining", "message_volume", "error_rate"]
},
"health_check": {
"enabled": true,
"method": "api_ping",
"interval_hours": 6,
"last_check": null,
"last_status": "healthy",
"consecutive_failures": 0,
"max_failures_before_alert": 3
},
"last_updated_by": "skyeye-init",
"last_updated_at": "2026-03-23T12:00:00Z"
}