snuspl/nemo

A Robust Scheduler for a Single Job

Closed this issue · 1 comments

The scheduler interface "seems" as if it can schedule multiple jobs in scheduleJob but the other interfaces imply that it actually does not support simultaneous jobs.

This point is made even more clear in BatchScheduler.

We should clean up the interface and make a robust scheduler to first handle a single job.

This would require a clean up with instances of JobStateManager and SchedulerRunner as well.

Related to #593