mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-06 07:11:59 +00:00
The reviewer's residual timing item: the inherited-SIGXCPU reset ran AFTER setrlimit(RLIMIT_CPU) and the boot-namespace construction, so a huge namespace under an inherited ignore/block could burn past the soft limit inside that window and be misclassified as worker-exit. The reset now happens at the very top of _run, before the resource-limit setup and namespace construction.