Right now, if a build for a package is happening and a second request comes in, the second request will trigger a second build. Ideally, the second request would "know" that there's an in-progress build and wait for it to complete before trying to satisfy it.
Right now, if a build for a package is happening and a second request comes in, the second request will trigger a second build. Ideally, the second request would "know" that there's an in-progress build and wait for it to complete before trying to satisfy it.