Hi Alex, A similar topic was raised and discussed some time ago: http://apache-ignite-developers.2346864.n4.nabble.com/Tasks-Scheduling-and-Chaining-td14293.html <http://apache-ignite-developers.2346864.n4.nabble.com/Tasks-Scheduling-and-Chaining-td14293.html>
Probably, we need to reincarnate that thread with the inputs from your side. — Denis > On Jun 29, 2017, at 12:22 PM, Alexey Kuznetsov <akuznet...@apache.org> wrote: > > Hi, All! > > I would like to start discussion about distributed scheduling. > > So, Ignite already has a module "ignite-schedule" that provide API for > LOCAL scheduling on node. > And if node failed - schedule will be lost. > > So, it will be very useful feature to have distributed scheduling. > > Lets discuss how it could be implemented. > > I see two options: > 1) Extend "ignite-schedule" module to have API for distributed scheduling. > 2) Extend compute API with methods that will allow scheduling of tasks on > cluster. > 3) Implement both of 1) and 2) ? > > Any ideas and thought are welcomed! > > -- > Alexey Kuznetsov