Mr. Big Bua
11/23/2024, 3:57 AMmaxRequestsPerMinute
limitation for global crawler process.
But for some cases, maxRequestsPerMinute
should be set by session itself.
For example:
Website iammastrongwebsite.com
have request limit per session (5rpm).
I have a bunch of proxies, and setting maxRequestsPerMinute
to 5
not ideal, since all of my imaginative hundreds of proxies will be waiting without providing any payload
> Of course, we can remember simple math, and make maxRequestsPerMinute = [SessionLimit] * 5
, but it's actually could be worse, since this approach full breaks a purpose of autoscaling
Suggestion:
Add ability to set maxRequestsPerMinute
in sessions itself.
Thanks again 😊Hall
11/23/2024, 3:57 AMExp
11/23/2024, 12:26 PMMr. Big Bua
12/19/2024, 12:43 PMMr. Big Bua
12/19/2024, 12:45 PM