guanghulab/buffer/config/buffer-config.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

25 lines
744 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"version": "1.0.0",
"buffer_policy": {
"human_direct_write_to_griddb": false,
"comment": "铁律:人类永远不直写 grid-db所有输入经缓冲层"
},
"schedule": {
"collect_times_cst": ["09:00", "14:00", "21:00"],
"flush_time_cst": "21:30",
"comment": "每天 3 次收集21:30 统一唤醒铸渊批处理"
},
"quota_budget": {
"max_workflow_runs_per_day": 4,
"estimated_minutes_per_run": 3,
"monthly_budget_minutes": 360,
"github_free_limit_minutes": 2000,
"utilization_rate": "18%",
"comment": "远低于免费额度上限,留出大量余量"
},
"retention": {
"processed_keep_days": 7,
"comment": "已处理的缓冲数据保留 7 天后自动清理"
}
}