Robinub commented on issue #7828: How can I start a Superset web server rather 
than development server in this project?
URL: 
https://github.com/apache/incubator-superset/issues/7828#issuecomment-560191377
 
 
   > have you solved this?I get the same question like you.Hope you can 
help,Thanks a lot!
   
   sorry , I just get your question.....the link above tells us the great way, 
you can run "gunicorn \
         -w 10 \
         -k gevent \
         --timeout 120 \
         -b  0.0.0.0:6666 \
         --limit-request-line 0 \
         --limit-request-field_size 0 \
         --statsd-host localhost:8125 \
         superset: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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to