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

Cache generated code to reduce API usage #2

Open
toksdotdev opened this issue Jan 25, 2022 · 0 comments
Open

Cache generated code to reduce API usage #2

toksdotdev opened this issue Jan 25, 2022 · 0 comments

Comments

@toksdotdev
Copy link

toksdotdev commented Jan 25, 2022

Currently, on incremental builds, an Api request would be made. Having some sort of local cache would help prevent running into any API limits usage for the stated case. Something like cacache alongside the description (and maybe an optional source path) as the cache key could serve some good :)

And then maybe exposing an optional feature flag to invalidate/not utilize the cache during build wouldn't be bad also.

@toksdotdev toksdotdev changed the title Implement local caching to reduce API usage Cache generated code to reduce API usage Jan 25, 2022
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

1 participant