bhavesh-786 wrote a reply+100 XP
6mos ago
bhavesh-786 wrote a reply+100 XP
6mos ago
Dears, We're using Oracle Jobs to run a heavy query and populate a temporary/report table. Our issue is that when one request, such as a screen or small report, takes 10 to 20 seconds to fetch data, (other request from the another user), unrelated requests to the Laravel server are blocked and must wait until the previous process completes. Why is the Laravel server waiting for unrelated processes to finish, and are all server requests being processed sequentially in a queue?