Open majidaldo opened 8 years ago
I am interested in this as well.
If anyone else has tried implementing this, please comment here.
It looks like we'd just subclass AbstractScheduler, like LocalScheduler does, and maybe add an ipyparallel manager object to the constructor, as a collaborator object. Then the submit() and alive() methods could enqueue tasks by making calls to the ipyparallel manager.
yea shouldn't be difficult. i'd do it but this isn't my priority now!
haha. btw we're both in the same area.
i suggest someone code up a task 'scheduler' that uses task info stored in a ipyparallel task db.