fix(agent99): serialize cross-process SSH transport
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 4m7s
AWOOOI Harbor 110 Local Repair / workflow-shape (push) Successful in 0s
AWOOOI Harbor 110 Local Repair / harbor-110-local-repair (push) Successful in 1m21s
CD Pipeline / build-and-deploy (push) Successful in 4m46s
CD Pipeline / post-deploy-checks (push) Successful in 2m39s

This commit is contained in:
ogt
2026-07-11 00:14:53 +08:00
parent 3b8bdcea80
commit ca252d3393
8 changed files with 209 additions and 79 deletions

View File

@@ -3,6 +3,11 @@
"agentRoot": "C:\\Wooo\\Agent99",
"sshUser": "wooo",
"sshIdentityFile": "C:\\Wooo\\Agent99\\keys\\agent99_ed25519",
"sshTransport": {
"serialized": true,
"lockTimeoutSeconds": 90,
"lockPollMilliseconds": 200
},
"sshProcessGuard": {
"enabled": true,
"staleMinutes": 15,