vladimirteddy opened a new issue #9966: URL: https://github.com/apache/incubator-superset/issues/9966
I config supervisorctl ```[program:superset] command=superset init gunicorn -w 10 --timeout 120 -b 0.0.0.0:8084 --limit-request-line 0 --limit-request-field_size 0 --statsd-host localhost:8083 superset:app autostart=true autorestart=true```. When run, I can't see my port 8084 opened in spite of status supervisorctl is ```superset RUNNING pid 6708, uptime 0:00:02``` ---------------------------------------------------------------- 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]
