-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
fix consistency issue with reading collectibles #3878
fix consistency issue with reading collectibles #3878
Conversation
connect original task to collectibles reading to fix strongly consistency move read collectibles tasks to task and scope instead of a separate cache reading collectibles is no longer strongly consistent by default, it's opt-in now
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Ignored Deployments
|
|
Benchmark for 95b72b1Click to view benchmark
|
Benchmark for bdaf28b
Click to view full benchmark
|
"Scope collectibles not correctly cleaned up: {:?}", | ||
state.collectibles | ||
); | ||
// TODO read_collectibles_tasks need to be cleaned up |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a linear issue for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Performance Improvements * improve performance of TaskScopes and collectibes ([#3849](https://github.com/vercel/turbo/pull3849/)) * fix consistency issue with reading collectibles ([#3878](vercel/turborepo#3878)) * change to NoHashHasher for ID keys ([#3864](https://github.com/vercel/turbo/pull3864/)) # Bug Fixes * strip UNC prefix on windows paths ([#3847](https://github.com/vercel/turbo/pull3847/)) * make error overlay message scrollable ([#3861](vercel/turborepo#3861)) * alias @swc/helpers to the version within next.js ([#3865](https://github.com/vercel/turbo/pull3865/)) * add possible unknown mutation to objects and arrays ([#3882](vercel/turborepo#3882)) # Contributing * Update profiling instructions for macOS ([#3837](https://github.com/vercel/turbo/pull3837/))
# Performance Improvements: * vercel/turborepo#3849 * vercel/turborepo#3878 * vercel/turborepo#3864 # Misc: * vercel/turborepo#3847 * vercel/turborepo#3865 * vercel/turborepo#3850 * vercel/turborepo#3861 * vercel/turborepo#3823 * vercel/turborepo#3882 # Contributing * Update profiling instructions for macOS ([#3837](vercel/turborepo#3837))
connect original task to collectibles reading to fix strongly consistency move read collectibles tasks to task and scope instead of a separate cache reading collectibles is no longer strongly consistent by default, it's opt-in now
connect original task to collectibles reading to fix strongly consistency move read collectibles tasks to task and scope instead of a separate cache reading collectibles is no longer strongly consistent by default, it's opt-in now
connect original task to collectibles reading to fix strongly consistency move read collectibles tasks to task and scope instead of a separate cache reading collectibles is no longer strongly consistent by default, it's opt-in now
connect original task to collectibles reading to fix strongly consistency
move read collectibles tasks to task and scope instead of a separate cache
reading collectibles is no longer strongly consistent by default, it's opt-in now