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

Add a section in the readme for timeouts #56

Closed
carlosms opened this issue Jun 18, 2019 · 3 comments · Fixed by #120
Closed

Add a section in the readme for timeouts #56

carlosms opened this issue Jun 18, 2019 · 3 comments · Fixed by #120
Assignees
Labels
enhancement New feature or request

Comments

@carlosms
Copy link
Contributor

There are some limitations with how superset handles long-running sql queries, and it affects the dashboard charts.

This should be documented in a new section of the readme, explaining the kind of errors that can be expected, and how to refresh data when they are found.

@dpordomingo
Copy link
Contributor

I'm not sure about understanding this...
Is this related to the problem that freezes the UI in some circumstances (like the first visit)? If I understood that case, gitbase is over-demanded while all the queries from the charts from the dashboard are being called at once, so the user should wait and force reload the broken charts when the UI is ready again.

Is that correct?

@dpordomingo
Copy link
Contributor

so... is this related to src-d/sourced-ui#121?

@carlosms
Copy link
Contributor Author

Yes, they are related. And yes, I think your description matches the current situation. The users can get this message, or just have the UI freeze.

"Query timeout - visualization queries are set to timeout at 300 seconds. Perhaps your data has grown, your database is under unusual load, or you are simply querying a data source that is too large to be processed within the timeout range. If that is the case, we recommend that you summarize your data further."

@dpordomingo dpordomingo self-assigned this Jun 30, 2019
@dpordomingo dpordomingo added the enhancement New feature or request label Jun 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants