Azure / durabletask

Durable Task Framework allows users to write long running persistent workflows in C# using the async/await capabilities.
Apache License 2.0
1.47k stars 287 forks source link

[For internal investigation][Do note merge] Add logs around semaphore waitasync and release. #1062

Open pasaini-microsoft opened 2 months ago

pasaini-microsoft commented 2 months ago

Added logs around AzureStorageClient semaphore waitasync and release to understand which all threads took longer than usual.

@davidmrdavid edit: David here - this is a known internal collaborator, he's asking for these logs to be added to an private package to help diagnose some issues they're running into. Not for real review, just for CI convenience.