pub fn parse_max_parallel(
value: Option<Value>,
cap: usize,
) -> Result<usize, CoreError>Expand description
Resolve a max_parallel selector into an integer concurrency limit.
Accepts either a positive integer or a string alias:
serial,sync,synchronous->1parallel,fan-out,swarm,distributed->capautoor empty ->cap