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
@@ -26,6 +26,7 @@ class AuditController(BaseController):
DocumentId=body.documentId,
RuleType=body.ruleType,
Force=body.force,
Speed=body.speed,
)
return Result.success(data=run)