Reconfigured smart scheduling to use buckets instead of load.

This commit is contained in:
Patrick Fic
2020-10-08 15:42:04 -07:00
parent 020bec3fa2
commit 5f73c879d0
16 changed files with 405 additions and 32 deletions

View File

@@ -114,7 +114,6 @@ export function* calculateScheduleLoad({ payload: end }) {
load[current].jobsOut || []
);
}
console.log(load);
}
yield put(scheduleLoadSuccess(load));