2021-06-14 23:44:56 UTC - alex: Hi, I have a concurrency question - I want to cap the number of actions that run simultaneously, but not limit how many are "pending". So if I'm limited to 10 running actions, I could submit 15 but it would only run 10, then run the remaining 5 as the first 10 finish. Is there any way to do that within OpenWhisk? The `actionsInvokesConccurent` setting caps the simultaneous actions but doesn't let you submit more than that limit either. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1623714296060900 ----