What are the criteria that decide which Executor/Tasks goes to which Workers right now?
I am considering the following scenario. Let's assume that we have a cluster with some "specialized" nodes (for example a worker on IoT device that is responsible for controlling some actuators, dedicated workers to achieve data locality, some hardware specific - mem/cpu - tasks, etc.). Are we able to "hint" Gearpump for certain tasks to prefer some nodes over others? (For example by labeling tasks and nodes or using some other "awareness" mechanism?) Regards, Karol
