You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/proposals/0845-scheduler-architecture-proposal/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ Since there is only a single ProfileHandler plugin, that means there is only a s
67
67
68
68
### Scheduler Profile Run
69
69
70
-
The SchedulerPprofile run consists of 3 defined phases `Filter`, `Score`, & `Pick`
70
+
The SchedulerProfile run consists of 3 defined phases `Filter`, `Score`, & `Pick`
71
71
72
72
*Profile Constraints*
73
73
- A profile can have any number of `Filter` plugins registered (including zero)
@@ -86,7 +86,7 @@ Picker selects the endpoint(s) from the provided list of scored endpoints. Picke
86
86
87
87
88
88
### ProcessProfilesResults
89
-
ProcessProfilesResults recieves the output of the result(s) of the scheduler profile(s) and makes sense of the data to be consumed by the calling system.
89
+
ProcessProfilesResults receives the output of the result(s) of the scheduler profile(s) and makes sense of the data to be consumed by the calling system.
90
90
Since there is only a single ProfileHandler plugin, that means there is only a single ProcessProfilesResults function.
0 commit comments