feat: add async worker queues and retry controls

This commit is contained in:
wren
2026-04-29 11:48:09 +08:00
parent e738398eb6
commit f3b83c9979
16 changed files with 1316 additions and 96 deletions
@@ -9,3 +9,4 @@ class AuditRunDTO(BaseModel):
documentId: int = Field(..., description="文档ID")
ruleType: str | None = Field(None, description="指定规则类型编码")
force: bool = Field(False, description="是否强制重跑")
speed: str = Field("normal", description="执行速度档位:urgent/normal")