From 52051ea9898e7ee1b4f502cb77906aa105163ce7 Mon Sep 17 00:00:00 2001 From: ila <2+ila@noreply.git.ilapage.cn> Date: Thu, 20 Aug 2026 23:55:00 +0800 Subject: [PATCH] docs: separate queue command block (#9) --- Local-Development-and-Verification.-.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Local-Development-and-Verification.-.md b/Local-Development-and-Verification.-.md index 86725f1..a8908d1 100644 --- a/Local-Development-and-Verification.-.md +++ b/Local-Development-and-Verification.-.md @@ -170,6 +170,7 @@ go test -v -count=1 ./internal/core/queue/... go test -race -count=1 ./internal/core/queue/... $env:CHORUS_TEST_DSN = $null ``` + - Provider:全部 retryable 类别使用 mock,不消耗真实额度。 - SSRF:IPv4/IPv6 私网、DNS rebinding、redirect 链、环境代理、结果 URL。 - 安全:密码/session/CSRF、登录节流、跨用户任务与文件、错误脱敏、密钥轮换。