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

Auto deactivation of unused / unvisited queries / dashboards? #16

Closed
rafrombrc opened this issue Nov 23, 2016 · 1 comment
Closed

Auto deactivation of unused / unvisited queries / dashboards? #16

rafrombrc opened this issue Nov 23, 2016 · 1 comment

Comments

@rafrombrc
Copy link
Member

Sometimes queries are scheduled to run repeatedly but they end up getting very little use, so they end up continuing to consume server resources while not providing much value. Issue #15 is one way to help alleviate this, but it might also be useful to have redash itself notice when a scheduled query is unused, sending notifications or possibly even deactivating the unused queries.

@arikfr
Copy link

arikfr commented Nov 25, 2016

I prefer this solution than to complicate the UI with the solution proposed in #15. I suspect that people will ignore the expiration setting anyway.

At EverythingMe, we had a Jenkins job that used the events table to find unused scheduled queries and unschedule them. It will be great to have this as a feature in Redash, but till then you can do something similar. Should be quite simple.

spasovski pushed a commit to spasovski/redash that referenced this issue Feb 6, 2017
Fix mozilla#16: when updating dashboard name refresh dashboards dropdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants