som2014 opened a new issue #9873: URL: https://github.com/apache/incubator-superset/issues/9873
I have installed superset in python virtual env on GCP VM. I am running the superset using following command inside the virutal env. `gunicorn -w 5 --timeout 120 -b 0.0.0.0:8088 "superset.app:create_app()"` But when i terminate my SSH connection the server stops, How to run SupserSet forever irrespective of my SSH connection. ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
