DylanAlloy commented on issue #17599:
URL: https://github.com/apache/superset/issues/17599#issuecomment-982939447


   Just wanted to add that removing     
   ```
   command: 
         - 'gunicorn --bind  0.0.0.0:8088 --access-logfile - --error-logfile - 
--workers 5 --worker-class gthread --threads 4 --timeout 200 
--limit-request-line 4094 --limit-request-field_size 8190 
superset.app:create_app()'
   ```
   
   Removed the breaking error and Gunicorn started successfully, so what's 
going on here?


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