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
The current implementation will broadcast all tasks to all workers equally, this will result in sometimes, a worker with big resource will lose too much computing time because of too much context switching.
The text was updated successfully, but these errors were encountered:
luqmansen
changed the title
Selectively select bigger worker for heavy workload
Assign task to worker based on the task workload and worker resource
Jun 8, 2021
The current implementation will broadcast all tasks to all workers equally, this will result in sometimes, a worker with big resource will lose too much computing time because of too much context switching.
The text was updated successfully, but these errors were encountered: