Skip to content
English
  • There are no suggestions because the search field is empty.

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 calls

    Solution

    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.