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

36 lines
906 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",
"description": "缓冲层定时任务时刻表",
"timezone": "Asia/Shanghai (CST, UTC+8)",
"tasks": [
{
"name": "buffer-collect-1",
"cron_utc": "0 1 * * *",
"time_cst": "09:00",
"action": "collect",
"description": "第 1 次收集inbox → staging"
},
{
"name": "buffer-collect-2",
"cron_utc": "0 6 * * *",
"time_cst": "14:00",
"action": "collect",
"description": "第 2 次收集inbox → staging"
},
{
"name": "buffer-collect-3",
"cron_utc": "0 13 * * *",
"time_cst": "21:00",
"action": "collect",
"description": "第 3 次收集inbox → staging"
},
{
"name": "buffer-flush",
"cron_utc": "30 13 * * *",
"time_cst": "21:30",
"action": "flush",
"description": "唤醒铸渊批处理staging → grid-db"
}
]
}