You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/12/02 01:43:30 UTC

[GitHub] [incubator-superset] Robinub commented on issue #7828: How can I start a Superset web server rather than development server in this project?

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org