-
New Feature
-
Resolution: Won't Do
-
Major
-
None
Hi,
somehow we need to throttle the concurrency of a build step. Using a lock doesn't quite fit the use case, as then we can't use concurrency at all, we'd prefer to say "This lock is available 3 times" and then have our build step concurrently execute up to 3 times, but not 5.
Is this feasible to implement this in this plugin?