findepi commented on issue #3886: Long queries run successfully but aren't displaying any results
URL: https://github.com/apache/incubator-superset/issues/3886#issuecomment-386414669
@mistercrunch in my case:
- query is in sync mode
- there is no load balancer, superset is running locally in a docker container
- superset is served with `env GUNICORN_CMD_ARGS="--bind 0.0.0.0:8088 --limit-request-field_size
0 --limit-request-line 0 --timeout 120 --worker-class gevent --workers 4" gunicorn superset:app`
(but the tripping point is 30s)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
users@infra.apache.org
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org
|