Job 註冊表每日維護
Hermes 名稱:job-registry-maintenance · job_id:89671a2f90cd
排程中 正常 系統 純腳本
這個工作做什麼
每天凌晨 4 點用純腳本掃描 job 註冊表:檢查各任務的狀態漂移、依賴斷裂與變更;一切正常就完全安靜,只有出現高風險/嚴重漂移或依賴壞掉才發簡短告警。
💡 為什麼需要:Hermes 的排程任務由註冊表管轄,需要每日自動體檢,才能在任務悄悄壞掉前發現。
什麼時候跑
⏰ 每天 04:00(0 4 * * *)
上次執行:2026-08-23 17:20 下次:2026-08-24 04:00 最近結果:completed
主要規則
- MANIFEST
正常時完全靜默;只有 HIGH/CRITICAL 漂移或 broken dependency 才輸出告警 - MANIFEST
stdout 為空時不發任何訊息;含 [JOB-REGISTRY] 標記的內容才轉發 Telegram - MANIFEST
不得修改 production 任務、排程或註冊表以外的檔案
上下游關係
⬆️ 需要誰:—
⬇️ 誰用它的結果:—
最近的改變
- 2026-08-23T09:20 JOB_CHANGED job 89671a2f90cd (job-registry-maintenance) changed: mode=NO_AGENT state=scheduled
- 2026-08-23T08:41 JOB_ADDED job 89671a2f90cd appeared (job-registry-maintenance)
讀寫了哪些資料
| 類型 | 位置 | 存取 |
|---|---|---|
| — | ||
完整任務指示(技術)
This is a no_agent-style deterministic maintenance job. Run exactly this shell command and deliver its stdout verbatim (empty output means silent — do not send any message): cd ~/.hermes/job-registry && /Users/exion/venvs/vision/bin/python3 maintenance.py Rules: - If stdout is empty, stay completely silent. - If stdout contains "[JOB-REGISTRY]", forward it to Telegram as-is (it is already a bounded HIGH/CRITICAL drift alert). - Never modify production jobs, schedules, or files outside ~/.hermes/job-registry/.…
job_id: 89671a2f90cd · 本頁由 Python 自動產生,非即時資料。