mujohiddin opened a new issue, #29099:
URL: https://github.com/apache/superset/issues/29099
### Bug description
with our team we did load testing on superset dashboards we created. used
selenium, pytest to implement the tests and run 10 workers parallel using the
pystest-xdist library. 6 of the workers did fine but I got different errors on
4 workers . one of the errors: {"errors": [{"message": "429 Too Many Requests:
50 per 1 second", "error_type": "GENERIC_BACKEND_ERROR", "level": "error",
"extra": {"issue_codes": [{"code": 1011, "message": "Issue 1011 - Superset
encountered an unexpected error."}]}}]}, and other errors are:
SupersetAPIError, ChunkLoadError, DBEngineError.
and screenshots of all errors are attached below.
what is the problem causing these errors?
is it because of superset settings, or configurations we have used or is
there any other cause?
should I specify my configurations to find the reason of error to find
solution?
any help is appreciated.
### How to reproduce the bug




### Screenshots/recordings
_No response_
### Superset version
master / latest-dev
### Python version
I don't know
### Node version
16
### Browser
Chrome
### Additional context
_No response_
### Checklist
- [ ] I have searched Superset docs and Slack and didn't find a solution to
my problem.
- [ ] I have searched the GitHub issue tracker and didn't find a similar bug
report.
- [ ] I have checked Superset's logs for errors and if I found a relevant
Python stacktrace, I included it here as text in the "additional context"
section.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]