mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-08-30 17:14:40 +08:00
a7bdcfc2f7
The worker queue sorted by raw file weight, which is 0 for batch pseudo-files (not real paths) — batches started last, leaving one worker running a full batch after the rest of the shard drained. Sorting by shard weight starts the heaviest items first and shortens the tail. The batch-safety guard now reads member sources in parallel, and the diagnostics-only artifact upload no longer fails a green job on a runner-side network blip (seen as ECONNREFUSED on Blacksmith).