chore(scripts): 推送提权验证脚本与温胜夜生产验证报告
This commit is contained in:
@@ -124,6 +124,10 @@ async def run_patch(args: argparse.Namespace) -> list[dict[str, Any]]:
|
||||
|
||||
await asyncio.gather(*[_one(s) for s in servers])
|
||||
|
||||
from server.infrastructure.redis.client import close_redis
|
||||
|
||||
await close_redis()
|
||||
|
||||
ok = sum(1 for r in results if r.get("ok"))
|
||||
fail = len(results) - ok
|
||||
print(f"\nDone: {ok} ok / {fail} fail / {len(results)} total")
|
||||
|
||||
Reference in New Issue
Block a user