@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.
When compiling, it requests:
https://gitlab.com/bablosoft/bas.git, which does not exist, in build.js
await tools.execute("git", ["clone", `https://${encodeURIComponent(config["gitlab-login"])}:${encodeURIComponent(config["gitlab-password"])}@gitlab.com/bablosoft/bas.git`], path(`build/build/${ArchitectureFolder}/source`))