AppDynamics showing delayed execution of API.
Samarendu Saha
0
Reputation points
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.
Sign in to answer