We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e34a202 commit d86b013Copy full SHA for d86b013
nativelink-scheduler/src/api_worker_scheduler.rs
@@ -385,7 +385,7 @@ impl ApiWorkerSchedulerImpl {
385
for (idx, platform_properties) in actions.iter().enumerate() {
386
let candidates = self
387
.capability_index
388
- .find_matching_workers(platform_properties);
+ .find_matching_workers(platform_properties, full_worker_logging);
389
if candidates.is_empty() {
390
continue;
391
}
0 commit comments