Nx
Enterprise
Nx
feat(core): batch hash tasks without custom hashers Currently when processing scheduled batches, tasks are hashed one at a time even though the hasher has a hashTasks method for batch hashing. This change introduces a new hashTasks function that: - Filters out tasks that already have a hash - Separates tasks with custom hashers from those without - Uses Promise.all to hash tasks with custom hashers individually - Uses the hasher's hashTasks method to batch-hash tasks without custom hashers for better performance The processScheduledBatch method in task-orchestrator now uses this new function instead of mapping over individual hashTask calls.
nx-cloud record -- nx format:check
Sign in / Sign up
Open main menu
Succeeded
CI Pipeline Execution
nx-cloud record -- nx format:check
Click to copy
Linux
4 CPU cores
031feecf
33327