The Problem
You are processing some data through background job. But before the processing is done, another request had been made to read the related data.
In this case you are either providing a historic data or serving wrong information.
Solution
Holding the request until the job is executed, could be the simplest solution.







