-
Notifications
You must be signed in to change notification settings - Fork 166
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
base: master
Are you sure you want to change the base?
Conversation
dotasek
commented
Oct 4, 2024
•
edited
Loading
edited
- 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)
…cache-concurrency-2
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1765 +/- ##
=========================================
Coverage 12.85% 12.86%
- Complexity 33775 33785 +10
=========================================
Files 2240 2241 +1
Lines 684839 684867 +28
Branches 202210 202219 +9
=========================================
+ Hits 88064 88103 +39
+ Misses 565473 565452 -21
- Partials 31302 31312 +10 ☔ View full report in Codecov by Sentry. |
I don't remember where this ended up? |
I do not recall either; I'll have to review where this was before we started on the ManagedWebAccess refactor. |
@grahamegrieve this is ready to review now (providing the checks pass, which they should) |