We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 941bfed commit 5520226Copy full SHA for 5520226
1 file changed
nativelink-scheduler/src/api_worker_scheduler.rs
@@ -389,7 +389,7 @@ impl ApiWorkerSchedulerImpl {
389
for (idx, platform_properties) in actions.iter().enumerate() {
390
let candidates = self
391
.capability_index
392
- .find_matching_workers(platform_properties);
+ .find_matching_workers(platform_properties, full_worker_logging);
393
if candidates.is_empty() {
394
continue;
395
}
0 commit comments