Hello guys.
I run a script with around 3million input rows, but the script stops after 1 million successful execution. How to increase that number and set it until the resource finishes?
And if you are just trying to scrape data, you should
go with http requests with http client, It would be much
faster and would save a tons of bandwidth usage.
Is it also advisable to use http client if I want to send out emails using a webmail service? Or is there another approach appropriate? Thx!