Skip to content

Commit 68b408d

Browse files
chore: remove unrelated comment
1 parent 5c0670d commit 68b408d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/scheduler/src/bin/hypha-scheduler.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ async fn run(config: ConfigWithMetadata<Config>) -> Result<()> {
240240
// This will be fixed once we have introduced a proper worker pool with retry allocations.
241241
sleep(Duration::from_millis(1000)).await;
242242

243-
// Request multiple workers to increase chances of two distinct peers
244243
let allocated_parameter_servers = match allocator
245244
.request(
246245
parameter_server_spec.clone(),

0 commit comments

Comments
 (0)