If you have multiple browser threads then you can add a date column in database for each account. When some action is finished then you can add 30 minutes to the date now and add it to the database of that particular account. Then add a check condition in the beginning of the thread which checks if the current date is less or greater than the database date. If it is greater that means there is still time left and then close that thread without opening browser.
My script becomes extremely slow after 1-2 hours running
-
Hello worlds!
My script performs infinite loop to grab info.
Initially It works perfect and fast.
But after 1 or 2 hours. It becomes very very slow. My CPU, RAM is not 100% usage. But the script slow down...l
I need to restart BAS to let it work again.
How to fix this or how to make my script AUTO restart after 1 hour?
Thanks -
Hello!
What OS do you have and what version of BAS are you using?
Could you please send a test project in the forum's private messages? Or describe in more detail what actions you use in the script?