FileFlows icon indicating copy to clipboard operation
FileFlows copied to clipboard

Advanced Scheduling

Open revenz opened this issue 2 years ago • 0 comments

Currently, the scheduling is in or out of schedule. You cannot schedule a number of workers based on time.

We can add this functionality relatively easily by

  1. In the scheduler, selecting the number of nodes the block is worth when placing
  2. Options would be All, 1,2,3,4,5,6,7,8,9,10
  3. Currently 0 == out of schedule, 1 == in schedule
  4. Now Z = all, 0 = out, 1 == 1 worker, 2 == 2 workers etc, A = 10, B could be 11, C 12 etc if needed

For the first iteration, this will be on a node level only to get user feedback, it could then be added to a library if needed.

revenz avatar May 18 '22 08:05 revenz