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

Added Rake tasks for interactivity [feature] #60

Closed
wants to merge 9 commits into from

Conversation

helpotters
Copy link
Contributor

  • cache_supported_queries => Readyset::Query.cache_all_supported!
  • drop_all_caches => Readyset::Query.drop_all_caches!
  • all_caches => Readyset::Query.all_cached

Still need to add a progress bar for cache_supported_queries

@helpotters
Copy link
Contributor Author

Looking for a general review of what I have so far!

@helpotters helpotters self-assigned this Dec 20, 2023
@helpotters helpotters added the enhancement New feature or request label Dec 20, 2023
@helpotters helpotters linked an issue Dec 20, 2023 that may be closed by this pull request
@helpotters helpotters added this to the Milestone 1 milestone Dec 20, 2023
@helpotters helpotters marked this pull request as draft December 20, 2023 04:11
@ethan-readyset ethan-readyset marked this pull request as ready for review January 19, 2024 20:06
@ethan-readyset
Copy link
Contributor

@helpotters I used what you did as a starting point and expanded upon it to add a few more tasks I think will be useful. I also reworked the specs to run against the live postgres/readyset instances that are running in CI now

@ethan-readyset ethan-readyset requested review from ethan-readyset and jasobrown-rs and removed request for ethan-readyset January 19, 2024 20:08
helpotters and others added 5 commits January 22, 2024 16:10
- cache_supported_queries => Readyset::Query.cache_all_supported!
- drop_all_caches => Readyset::Query.drop_all_caches!
- all_caches => Readyset::Query.all_cached
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 this pull request may close these issues.

Add "quality of life" rake tasks
3 participants