rvazquezglez edited a comment on issue #8673: URL: https://github.com/apache/superset/issues/8673#issuecomment-896441032
I've found the @abhioncbr article [on DZone](https://dzone.com/articles/apache-superset-in-the-production-environment), but I think there is still a gap in the documentation for running on production environments. With 1.2.0 version, on a non-docker environment, this command has worked for me: ``` pip install gunicorn gevent gunicorn -w 8 -k gevent --timeout 120 -b 0.0.0.0:8088 --limit-request-line 0 --limit-request-field_size 0 "superset.app:create_app()" ``` -- 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]
