Closed rwspielman closed 4 years ago
added axios-rate-limit as a package to throttle it, but is there any way to calculate them column-wise in a batch?
Hey @rwspielman
can you send over a demo? When I copy 2
column x 2000
row array into you A1
cell I get this
I receive the following image as well. It seems to hit a 1000 requests limit because there is no rate limit throttling. In the network tab, it says failed on the request.
Description
Pasting in lots of data with an ajax validation causes an overload of requests on google chrome. it prevents the data from being pasted and showing up in the table
Steps to reproduce
Demo
https://jsfiddle.net/khwsgdc3/
copy/paste 1-2000 in there
Your environment
Is there a way to implement a queue to prevent the max # of requests being hit