Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
multiregion: all regions start in running if no max_parallel
If `max_parallel` is not set, all regions should begin in a `running` state rather than a `pending` state. Otherwise the first region is set to `running` and then all the remaining regions once it enters `blocked. That behavior is technically correct in that we have at most `max_parallel` regions running, but definitely not what a user expects.
- Loading branch information