-
Notifications
You must be signed in to change notification settings - Fork 723
Refactor the scheduler submit #2000
Copy link
Copy link
Closed
Labels
Description
What and why to refactor
Scheduler submit without buffer team, so it always block itself.
Describe the solution you'd like
Add the buffer team to it.
When we submit a tast in it. it not submit to worker directly but submit it to the buffer team.
When worker free, it will get an task to do by itselft from the buffer team.
Reactions are currently unavailable