fix: add job cancel and tune artifact download

This commit is contained in:
Codex
2026-06-02 09:20:43 +00:00
parent 263b0cf3b2
commit 66ec934160
5 changed files with 61 additions and 16 deletions
+2
View File
@@ -1677,6 +1677,8 @@ function downloadRemoteFile(options: ArtifactRegistryOptions, remotePath: string
"ssh",
options.providerId,
"download",
"--chunk-bytes",
"64000",
remotePath,
localPath,
], repoRoot, { timeoutMs });