sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Revisit local activity backpressure logic w/ no-max slot suppliers

Open Sushisource opened this issue 1 year ago • 0 comments

Before slot supplier introduction, there was a backpressure semaphore for LAs sized at 2x the number of concurrent executions which, when the limit is reached, fails the WFT.

After suppliers, this behavior is the same, but for suppliers with no defined upper-limit on slots, there is no way to pick a reasonable number, so we default to 100. See if there's anything better to be done here.

Sushisource avatar Jul 19 '24 21:07 Sushisource