pub fn install_process_limit(limit: usize)
Install the process concurrency limit once (CLI --max-concurrency or auto).
--max-concurrency
Subsequent calls are ignored (OnceLock). Prefer calling from dispatch before any multi-host fan-out.
OnceLock
dispatch