Closed paljsingh closed 3 years ago
Added fix for populating table as the records are getting fetched. While not the optimal solution to fix throttling issue, the table insertion and update introduces enough delay to slow down the number of requests sent to impartus platform.
Fixed with 44b9d41a1a5e70649bec8cd51c8c92433bba5745
A better strategy would be to limit the number of requests per second originated by the application, and maintain a queue to hold and process the requests. Also, the table content should be loaded with whatever data is available than to accumulate all lectures data first.