We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a29090e commit 735a2e1Copy full SHA for 735a2e1
1 file changed
nativelink-scheduler/src/api_worker_scheduler.rs
@@ -397,7 +397,7 @@ impl ApiWorkerSchedulerImpl {
397
for (idx, platform_properties) in actions.iter().enumerate() {
398
let candidates = self
399
.capability_index
400
- .find_matching_workers(platform_properties);
+ .find_matching_workers(platform_properties, full_worker_logging);
401
if candidates.is_empty() {
402
continue;
403
}
0 commit comments