I have a few questions about the IPython parallel LoadBalancedView
class which I couldn't find in the docs.
- How does a LoadBalancedView deal with nodes entering and exiting the pool? Does it recalculate loads and reassign? Otherwise once nodes join the older ones would still be backed up with tasks.
- When a task is added to the pool, is the task assigned immediately based on load or are tasks assigned just after a node "frees up" after completing its task? I'm just curious when the binding assignment happens, or if there is reshuffling all the time due to certain nodes being faster, etc.
Thanks!