Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 510 Bytes

Ideas.md

File metadata and controls

13 lines (11 loc) · 510 Bytes

Model, open questions

Resources

  • Can we have many resources?
  • Can we add resource on-the-fly?
  • Can resource be weighted?
  • Can be the same resource split on the single node (e.g. 'disk space' can be split across 4 HDDs)

Scheduler

  • Can we wait until job can be scheduled or we have to reject it?
  • Can a job have a deadline?
  • Can scheduler look forward in stream of jobs and schedule a few jobs at a time?
  • Which metrics should shedulers have (num of rejected jobs, time of last finished jobs)?