We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running
GET http://localhost:8080/master/api/1/pipelines/
is slow. Reason is attached in form of log of all queries which are run during this function inside mysql: https://www.sendbigfiles.com/4b449d99978929988e7f742d538df48b/
800kB of select statements
The text was updated successfully, but these errors were encountered:
So this is caused by too many queries being executed by commons-app?
Or is the error somewhere in REST API layer? (I guess not)
Sorry, something went wrong.
Not reproducible.
No branches or pull requests
Running
is slow. Reason is attached in form of log of all queries which are run during this function inside mysql:
https://www.sendbigfiles.com/4b449d99978929988e7f742d538df48b/
800kB of select statements
The text was updated successfully, but these errors were encountered: