I was wondering if there is a way to configure priorities among concurrent builds, or whether that is something that could one day be supported.
What’s the point?
We have a multi-lingual website (freesewing.org) and the same multi-lingual site for deveoper docs (freesewing.dev). We host each language on its own subdomain (en.freesewing.org, fr.freesewing.org, de.freesewing.org, and so on). We currently support 5 languages, and they all build from the same repo with different environment variables.
So, wheven we make a change, it triggers 5 builds in parallel. If it’s a change across both sites, that triggers 10 parallel builds.
Currently, we (seem to) have no control over what build gets picked up first. Some languages are way more popular than others, so we’d like to be able to say “when builds are competing for build slots, give priority to these sites”.
That doesn’t seem to be possible now. Or is there perhaps a creative way to get the same result?
If not, consider this a suggestion for what could perhaps be an improvement.