AppDynamics showing delayed execution of API.

Samarendu Saha 0 Reputation points
2023-04-21T07:40:36.49+00:00

I had developed a REST API (Let API1) which in turn calls third party (PROS) API. It seems is working correctly and application logs show correct response received from the third partyAPI and within one second. But the AppDynamics some time show sleep of approximate of 120 second. When we drill down the issue to check time taken by individual method/process it shows System.Threading.Thread.SleepInternal taking 120 second. What can be reason for this issue. All calls and methods are async call only. User's image

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,650 questions
{count} votes