Reconfigured smart scheduling to use buckets instead of load.
This commit is contained in:
@@ -114,7 +114,6 @@ export function* calculateScheduleLoad({ payload: end }) {
|
||||
load[current].jobsOut || []
|
||||
);
|
||||
}
|
||||
console.log(load);
|
||||
}
|
||||
|
||||
yield put(scheduleLoadSuccess(load));
|
||||
|
||||
Reference in New Issue
Block a user