Hi, Are there any settings to use ignite.compute().run() to run the task on local node ?
i am try to schedule the task on each node using Rx Scheduler. so I am broadcasting a runnable which initiates the scheduler on each node. As I know, we cannot run a task on local node using ignite.compute().run(). this will run the task on one of the nodes. correct ? we can start the thread for runnable instance and this will run the task on local node. Bu this cannot inject ignite instance into runnable instance. Do you have any suggestions to achieve this ? Thanks
