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/07/15 22:30:00 UTC

[GitHub] [incubator-superset] jonathangueedes commented on issue #2123: How to daemonize superset process

jonathangueedes commented on issue #2123: How to daemonize superset process
URL: https://github.com/apache/incubator-superset/issues/2123#issuecomment-511593858
 
 
   > Make sure these boxes are checked before submitting your issue - thank you!
   > 
   > * [x]  I have checked the superset logs for python stacktraces and included it here as text if any
   > * [x]  I have reproduced the issue with at least the latest released version of superset
   > * [x]  I have checked the issue tracker for the same issue and I haven't found one similar
   > 
   > ### Superset version
   > 0.15.0
   > 
   > ### Expected results
   > Detaches the server from the controlling terminal and enters the background
   > 
   > ### Actual results
   > can't realize running superset at backend
   > 
   > ### Steps to reproduce
   > gunicorn is superset's server, I add the parameter `-D --daemon` in bin.superset.run_server(), but don't work.
   > Is there any other way s to detaches the server from the controlling terminal and enters the background?
   
   Use the comando nohup before the command and put & in the final 
   
   example:  nohup superset runserver -p 8088 &

----------------------------------------------------------------
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