Update concurrency of an in-flight build

I’d like to be able to change concurrency for in-flight builds. Right now, the workaround is to set the concurrency & concurrency_group to a higher number and play with the number of agents. But would it be possible to directly change the concurrency of an already-running build to allow for more or less jobs to be run?

Hey @daniella.niyonkuru, thanks for the idea (and welcome to the forum :tada:) This is an interesting one…

I think what you’re talking about here is being able to dynamically change the parallelism configuration of a step while a job is running? So instead of (like you said) starting with a high agent count and changing concurrency, you instead start with lots of agents, and increase parallelism as you go?