Cocktailpy opened a new issue #17110:
URL: https://github.com/apache/superset/issues/17110


   superset use this command:
   gunicorn -w 10  -k gevent --timeout 120 -b  0.0.0.0:16666 
--limit-request-line 0 --limit-request-field_size 0 --statsd-host 
localhost:8125 "superset.app:create_app()"
   
   but get error like this:
   
   Traceback (most recent call last):
     File 
"/usr/local/lib/python3.7/site-packages/gunicorn/instrument/statsd.py", line 
127, in _sock_send
       self.sock.send(msg)
   ConnectionRefusedError: [Errno 111] Connection refused
   


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



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

Reply via email to