Repair two stale scheduler testsThe worker-loop fake still had the old evaluate_seeds_batch signature, sothe call raised TypeError and the batch emitted no seed events. Thepoll-recovery test still expected the heavy cap to stay flat while theworker cap climbed, which the relax path stopped doing when it beganraising the heavy cap alongside the workers.