willn / go_meals_scheduling

Great Oak Meals Scheduling
MIT License
0 stars 1 forks source link

assignment runs out of workers #22

Open willn opened 2 years ago

willn commented 2 years ago

We have enough labor, and at least 2 people (for a given job type) who did not fill out their survey, so there should be plenty of work to go around. However, the algorithm is getting into the situation where we see this for a given meal instance:

WorkerA, WorkerB, XXXXXXXX

And then WorkerB is short one shift... they weren't assigned because they were already assigned to this meal.