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
EvenlySpreadAssignmentStrategy moves all work items from previous assignment.
Further, in order to make a balance for each job, this strategy makes the transfer of the work item from the most busy to the less busy.
After this, a situation arises that each job is balanced.
But it does not take into account the global state.
It can, without breaking the balance of each job, make newAssignmentState closer to the global balance.
You also need to keep in mind the possibility that another custom strategy was used before this strategy, and because of this, a global balance is not always possible.
The text was updated successfully, but these errors were encountered:
EvenlySpreadAssignmentStrategy moves all work items from previous assignment.
Further, in order to make a balance for each job, this strategy makes the transfer of the work item from the most busy to the less busy.
After this, a situation arises that each job is balanced.
But it does not take into account the global state.
It can, without breaking the balance of each job, make newAssignmentState closer to the global balance.
You also need to keep in mind the possibility that another custom strategy was used before this strategy, and because of this, a global balance is not always possible.
The text was updated successfully, but these errors were encountered: