Nx
Enterprise
Nx
Sign in / Sign up
Open main menu
Nx
GitHub
Select a tab
Overview
Runs
Analytics
Nx
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Select status
Filter
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
33327
c2bb073e 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.
2 days ago
by FrozenPandaz
Failed
33327
c2bb073e 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.
5 days ago
by FrozenPandaz
Previous page
Previous
Next
Next page