azure-functions-eventgrid-extension icon indicating copy to clipboard operation
azure-functions-eventgrid-extension copied to clipboard

Batch dispatching execution was not awaited but run synchronously, which may lead to thread starvation

Open matmarchand opened this issue 4 years ago • 3 comments

Single dispatching execution was awaited but not batch dispatching execution that was run synchronously, which may lead to thread starvation.

Change-Id: I992c5300ab58f69c8ce138bd1d46726ccfe6c3a2

matmarchand avatar Apr 29 '21 13:04 matmarchand

CLA assistant check
All CLA requirements met.

net-foundation-cla[bot] avatar Apr 29 '21 13:04 net-foundation-cla[bot]

@mathewc Could you review?

matmarchand avatar May 26 '21 12:05 matmarchand

I raised issue #95 for this same reasons. Also before noticing this PR I raise #96. Obviously happy to accept either solution :)

thegrahamking avatar Aug 02 '21 16:08 thegrahamking