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.
Run time times as db records
-
Hello
There are 3 options:
One time,
repeat,
customOne time it takes first record, make it and finish. Another start starts with the same record.
Repeat showes it will make 10k fail or success.
custom i can make 10 success and 10 fails, but what if my db has 123records? seting that up each time would be painfull.
How to make it run all records from DB once. For example if my db has 10 records i would like script ot run one time each record.
It would be also great to make interval between, but i tried many options in scheduler and nothing works. One not the best solution is make sleep for 1h before start to run script. But hope someone can help.
I also tried in create new resources to max success usage 10 times max fail usage 10 time and interval between usage 120000mlilisecond(but its not working)