Files
CHOMPStation2/code/controllers/Processes
Leshana 74332405a8 Optimize scheduler process by sorting its task list
It previously had to iterate over EVERY task in its list every time.   With lots of queued tasks that is slow.
Instead we sort it by schedule time.   That means when iterating thru list, if we get to a single task that is in the future, so are all remaining.
2018-03-08 22:27:47 -05:00
..
2016-06-01 22:05:04 +01:00
2016-06-01 22:05:04 +01:00
2017-11-21 19:21:39 -05:00
2016-06-01 22:05:04 +01:00