shashikiran-alloli opened a new issue, #28390: URL: https://github.com/apache/superset/issues/28390
### Bug description I've followed the steps to install from - https://superset.apache.org/docs/installation/pypi/ and tried to configure the setup from - https://superset.apache.org/docs/configuration/configuring-superset. As suggested I installed gunicorn (WSGI), and tried running - gunicorn -w 10 \ -k gevent \ --worker-connections 1000 \ --timeout 120 \ -b 0.0.0.0:6666 \ --limit-request-line 0 \ --limit-request-field_size 0 \ --statsd-host localhost:8125 \ "superset.app:create_app()" But that errors with "RecursionError: maximum recursion depth exceeded while calling a Python object" many times before all workers terminate. ### How to reproduce the bug 1. Follow installation steps from https://superset.apache.org/docs/installation/pypi/ 2. Following configuration from here - https://superset.apache.org/docs/configuration/configuring-superset 3. While running below code it errs - gunicorn -w 10 \ -k gevent \ --worker-connections 1000 \ --timeout 120 \ -b 0.0.0.0:6666 \ --limit-request-line 0 \ --limit-request-field_size 0 \ --statsd-host localhost:8125 \ "superset.app:create_app()" ### Screenshots/recordings  ### Superset version master / latest-dev ### Python version 3.10 ### Node version Not applicable ### Browser Chrome ### Additional context [superset_log.txt](https://github.com/apache/superset/files/15253982/superset_log.txt) ### Checklist - [X] I have searched Superset docs and Slack and didn't find a solution to my problem. - [X] I have searched the GitHub issue tracker and didn't find a similar bug report. - [X] 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]
