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 2021/11/30 19:15:27 UTC

[GitHub] [superset] DylanAlloy commented on issue #17599: gunicorn entrypoint throws error using Dockerfile from official documentation

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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org