imlishiyuan/dsh-keep-running0

dsh-keep-running

看门狗插件:在遇到 429 或额度超限错误时,通过循环系统提醒自动恢复并继续未完成的任务。

AI 分析

核心用途是应对 API 频控或额度限制。适合需要运行超长任务、经常遇到 429 报错的用户。依赖 `dsh-schedule` 插件。

套件
dsh-keep-running
版本
0.1.0
授權
Apache-2.0
最近更新
2026年8月24日

安裝

此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗

Configuration

KeyDefaultDescription
intervalSeconds1800Task interval (seconds); the "continue" prompt is re-sent each tick. Minimum 300
continuePrompt请继续完成之前未完成的任务:{{task}}Prompt delivered each tick; {{task}} is replaced by the breakpoint (most recent user message, truncated to 200 chars)
quotaKeywords[]Quota keywords (lowercase). [] means HTTP 429 only; add vendor terms to adapt other providers

quotaKeywords

Default [] = only HTTP 429 (covering RATE_LIMIT / QUOTA codes and quota signals in code/message). For multi-vendor setups, add each provider's error terms:

config:
  quotaKeywords: ['quota exceeded', 'requests limit', '5-hour usage quota']