@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.
@resep said in How to set delay interval between open new threads (multi thread) ?:
How to set delay interval between threads (multi thread) ?
I want to set delay between opening new thread
thread 1 open
wait 10 second than open thread 2
Use the "Thread number" action to define the thread and the "Sleep" action with the code:
[[THREAD_INDEX]] * 10000
@resep said in How to set delay interval between open new threads (multi thread) ?:
@Fox added in OnaplicationStart section or in Main ? Thank you for replaying me
Main