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

Refactor package cache + more concurrency improvements #1765

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

dotasek
Copy link
Collaborator

@dotasek dotasek commented Oct 4, 2024

  • Make deleting packages atomic (first rename to temp directory, then delete)
  • Apply indexing and renaming code operations to temporary package install before rename
  • Track last query to CI build server. Should refresh only when an hour has elapsed

Make deletes atomic
Apply indexing and renaming code operations to temporary package install before rename
Track last update for CI build server (refresh every 24 hours)
Copy link

codecov bot commented Nov 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 12.91%. Comparing base (8b9c7e1) to head (f06197d).
Report is 25 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #1765   +/-   ##
=========================================
  Coverage     12.91%   12.91%           
- Complexity    34011    34031   +20     
=========================================
  Files          2252     2255    +3     
  Lines        686541   686596   +55     
  Branches     202570   202586   +16     
=========================================
+ Hits          88642    88697   +55     
+ Misses       566486   566474   -12     
- Partials      31413    31425   +12     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@grahamegrieve
Copy link
Collaborator

I don't remember where this ended up?

@dotasek
Copy link
Collaborator Author

dotasek commented Nov 25, 2024

I do not recall either; I'll have to review where this was before we started on the ManagedWebAccess refactor.

@dotasek dotasek marked this pull request as ready for review January 9, 2025 19:09
@dotasek dotasek requested a review from grahamegrieve January 9, 2025 19:09
@dotasek
Copy link
Collaborator Author

dotasek commented Jan 9, 2025

@grahamegrieve this is ready to review now (providing the checks pass, which they should)

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

Successfully merging this pull request may close these issues.

2 participants