feat: stabilize multi-region runtime sync and worker orchestration

This commit is contained in:
root
2026-04-27 15:48:12 +08:00
parent 7cbde2aa78
commit 215a364891
137 changed files with 31931 additions and 1943 deletions

View File

@@ -164,6 +164,8 @@ if [[ -d "${DOMAINCHECK_TARGET}" ]]; then
"${DOMAINCHECK_TARGET}/proxy_config.json" \
"${DOMAINCHECK_TARGET}/thread_count.json" \
"${DOMAINCHECK_TARGET}/node_thread_counts.json" \
"${DOMAINCHECK_TARGET}/process_count.json" \
"${DOMAINCHECK_TARGET}/node_process_counts.json" \
"${DOMAINCHECK_TARGET}/runtime_settings.json" \
"${DOMAINCHECK_TARGET}/detect_worker.log"
find "${DOMAINCHECK_TARGET}" -type d -name "__pycache__" -prune -exec rm -rf {} +