FileFlows
FileFlows copied to clipboard
Advanced Scheduling
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
- In the scheduler, selecting the number of nodes the block is worth when placing
- Options would be All, 1,2,3,4,5,6,7,8,9,10
- Currently 0 == out of schedule, 1 == in schedule
- 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.