@bebetter said in How to Manage API Key Usage in Multi-Threaded Tasks with BAS:
Can we return the API key back to the resource after finishing a thread?
You don't need it. Just set the usage count of the resource when you create it.
How to auto reload page if thrad failed to load url?
do{
sleep();
block_ignoreErrors{
load_page();
}
}while(VAR_WAS_ERROR)
Where do I put that code?
I am using the buttons for everything.. I havent used actual code, can I still do it?
@spockthe40oz
это псевдокод