更新: 359 个文件 - 2026-03-16 23:30:01
这个提交包含在:
11
scripts/lab/run-queue.sh
普通文件
11
scripts/lab/run-queue.sh
普通文件
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
|
||||
cd /Users/x/websafe
|
||||
LOG_DIR="/Users/x/websafe/08-threat-intel/generated/logs"
|
||||
mkdir -p "$LOG_DIR"
|
||||
STAMP="$(date '+%Y%m%d-%H%M%S')"
|
||||
exec >> "$LOG_DIR/lab-queue-$STAMP.log" 2>&1
|
||||
|
||||
echo "[lab-queue] $(date -u '+%Y-%m-%dT%H:%M:%SZ') starting"
|
||||
python3 /Users/x/websafe/scripts/lab/main.py run-batch --from-queue --limit 10
|
||||
在新工单中引用
屏蔽一个用户