Service agressively consumes CPU or crashes when we create a big amount of API requests
Service agressively consumes CPU or crashes when we create a big amount of API requests
Problem
The issue is most likely is that you are using incorrect authentication methods for API callsSolution
To avoid this, you first need to generate the Bearer token and then use it in all following API requests with alternative authentication method. The process is described in the documentation for the usage of Allure TestOps API here, in Authentication section.