You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: