-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(task-graph): fix task deduplication
Fixed a regression that allowed more than one pending (i.e. not in-progress) task to be added to `TaskGraph` for a given `key`. This happened when the add & process queues were merged into a single op queue (for valid reasons), and could cause repeated file changes to result in unnecessarily repeated builds, deploys etc. After this fix, at most one task can be pending for a given `key`.
- Loading branch information
Showing
1 changed file
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters