@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.
@hifive,
Example # 1 splitting threads into 2 functions action_test1.xml.
Example # 2 splitting threads into any number of functions action_test2.xml.