So I have a case where I need to do Database operation everytime before the http request sampler. Issues is http request is taking time to execute, and db requests are in ThreadPool. So http request is failing due to that.
Can somebody help me with how to wait for previous sampler to complete and then run the next sampler.
PS Tried with preProcesser also, but same issue