Scifabric / random-scheduler

GNU Affero General Public License v3.0
0 stars 3 forks source link

Fix for issues #1 and #2 #3

Open jtbates opened 8 years ago

jtbates commented 8 years ago

This defines an ordering of the project's tasks using project and user as seed for random.shuffle. Tasks from sched.get_candidate_task_ids are then returned in this order.

jtbates commented 8 years ago

I've noticed that there still seems to be a bug with this code that sometimes leads to the final task not being presented, so I would hold off on merging.