Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm using forearch that pointed to a file. After looping exactly 10 records, the script threw success message for the thread, hence breaking the loop. I've tried to set success numbers to -1 and 10000+ and have no solution. What's missing?
Thanks!
@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.
@radb0310 Thank you I'll be sure to try them out!
@resep Attach a test project to reproduce the problem, most likely you have an error in logic.
@jtercs Thanks alot for your fast answer!