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?
@ptt-bds
Could you provide more details please. Which sites is the problem with and what action? Perhaps you could attach a test project so I can replicate your problem?
My script need to change the threads number dynamically, e.g.: 9:00-10:00 i need 30 threads,10:00-11:00 40 threads ...
What should I do?
Dynamically increase the number of threads can not. Specify at once the maximum number of threads, and let the excess threads sleep. Or use the action "Call function in several threads".
Edit : After digging further i found the problem . I had selected "ON" in the Sandbox option in my 2captcha account. This was giving me the error
Now it works