← 回工作地圖

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

主要規則

上下游關係

⬆️ 需要誰:—
⬇️ 誰用它的結果:—

最近的改變

讀寫了哪些資料

類型位置存取

完整任務指示(技術)

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 自動產生,非即時資料。