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

Document best practices for maintaining the cache #5409

Closed
zanieb opened this issue Jul 24, 2024 · 3 comments
Closed

Document best practices for maintaining the cache #5409

zanieb opened this issue Jul 24, 2024 · 3 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@zanieb
Copy link
Member

zanieb commented Jul 24, 2024

e.g. as prompted in #5222 (comment)

How to remove old entries? (uv cache prune?)
How to remove specific packages? (uv cache clean <name>)
How to optimize size in CI?

@zanieb zanieb added the documentation Improvements or additions to documentation label Jul 24, 2024
@zanieb
Copy link
Member Author

zanieb commented Jul 24, 2024

@MarcusJellinghaus
Copy link

Maybe you also want to add information related to

  • running several CI pipelines in parallel (eg several GitHub runners on one Windows machine) - should I have one cache for all or several caches?
  • incorrect treatment of new packages - maybe also add this comment
  • best practices for running CI pipelines on Windows servers ( i.e. where the CI server might stay the same for years, while kubernetes-based pods might get recreated from template regularly).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

3 participants