@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.
@andy231 said in Enforcing UNIQUE KEY constraint in BAS database ?:
This can be done when i am using remote database but is it possible to apply in local database ? i want to prevent duplicate entry in database .
Only with a filter on the content of the data in the table.

