运营 Teams 会议流水线

已从 Teams Meetings 启用功能后的运营手册。

核心命令

hermes teams-pipeline validate                   # 验证配置
hermes teams-pipeline token-health               # 检查 token
hermes teams-pipeline subscriptions              # 检查订阅
hermes teams-pipeline maintain-subscriptions     # 续订过期订阅
hermes teams-pipeline list                       # 查看作业
hermes teams-pipeline run <job-id>               # 重放作业

关键:订阅续订

Graph 订阅最多 72 小时后过期。必须按计划续订:

hermes cron create "0 */12 * * *" \
  --no-agent \
  --script maintain-teams-subscriptions.sh \
  --deliver local

详见 workspace zh/guides/operate-teams-meeting-pipeline.md