My requirement is exactly like this Measure response time of async call
I want to calculate the time taken by each group(api call and wait time for a resource that is created) - mean, percentile etc. So what should I do to check if the resource is created in backend or not if I can’t use exec?
Also exec is calling a function which returns immediately. it is not a long blocking operation.