Skip to content

Commit

Permalink
maybe fix the freeze issue ?
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelvigee committed Apr 17, 2024
1 parent 48347c4 commit 7a0c9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduler/schedulerv2.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ func (s *schedulerv2) schedule() error {
return nil
},
})
s.Pool.Schedule(pj)
targetDeps.AddDep(pj)
s.Pool.Schedule(pj)

children, err := s.Graph.DAG().GetChildren(target)
if err != nil {
Expand Down

0 comments on commit 7a0c9e2

Please sign in to comment.