Commit cd5a714
committed
Squashed commit of the following:
commit 14f92b8
Author: Dmitrii Kostyrev <dkostyrev@joom.com>
Date: Sun Jan 25 12:07:20 2026 +0000
Introduce batchInterval and batchDebounce.
commit 12d839c
Author: Dmitrii Kostyrev <dkostyrev@joom.com>
Date: Sun Jan 25 12:06:45 2026 +0000
Introduce batch notify and assign actions.
commit 7393a00
Author: Dmitrii Kostyrev <dkostyrev@joom.com>
Date: Sun Jan 25 12:06:12 2026 +0000
Use RWLock instead of single Mutext in MemoryAwaitedActionDb.
commit 8cfeade
Author: Dmitrii Kostyrev <dkostyrev@joom.com>
Date: Sun Jan 25 12:05:37 2026 +0000
Fix batch matching by allowing same worker accept multiple jobs.
commit 7cd29c9
Author: Dmitrii Kostyrev <dkostyrev@joom.com>
Date: Fri Jan 23 12:15:40 2026 +0000
Introduce batch worker matching.1 parent 2299cd1 commit cd5a714
7 files changed
Lines changed: 550 additions & 52 deletions
File tree
- nativelink-config/src
- nativelink-metric/src
- nativelink-scheduler/src
- nativelink-util/src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
80 | 92 | | |
81 | 93 | | |
82 | 94 | | |
| |||
150 | 162 | | |
151 | 163 | | |
152 | 164 | | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
153 | 197 | | |
154 | 198 | | |
155 | 199 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
458 | 458 | | |
459 | 459 | | |
460 | 460 | | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
461 | 473 | | |
462 | 474 | | |
463 | 475 | | |
| |||
0 commit comments