Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visualization timeout error #9772

Closed
qinzl1 opened this issue May 8, 2020 · 5 comments
Closed

visualization timeout error #9772

qinzl1 opened this issue May 8, 2020 · 5 comments
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days

Comments

@qinzl1
Copy link

qinzl1 commented May 8, 2020

server start with gunicorn -w 5 -k gevent --timeout 3600
and config.py SUPERSET_WEBSERVER_TIMEOUT = 600
but When the query time exceeds 3 minutes visualization error
image
image

@qinzl1 qinzl1 added the !deprecated-label:bug Deprecated label - Use #bug instead label May 8, 2020
@MarcusSorealheis
Copy link
Contributor

Which view is this @qinzl1 ?

@MarcusSorealheis
Copy link
Contributor

Also, is there any load balancer timeout? That will need to be longer than 3600 😅

@qinzl1
Copy link
Author

qinzl1 commented May 13, 2020

@MarcusSorealheis superset version 0.28.1

@willbarrett
Copy link
Member

Hi @quinzl1 - it looks like you're hitting a global query timeout. My recommendation would be to look at the underlying query and optimize your datastore as a concrete next step. We've discussed adding a different mechanism for populating graphs (see SIP-39) but for now this is the best recommendation I can give.

@stale
Copy link

stale bot commented Jul 18, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.

@stale stale bot added the inactive Inactive for >= 30 days label Jul 18, 2020
@stale stale bot closed this as completed Jul 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
!deprecated-label:bug Deprecated label - Use #bug instead inactive Inactive for >= 30 days
Projects
None yet
Development

No branches or pull requests

3 participants