illinois-cs241 / broadway

A distributed systems framework used running distributable workloads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add feature to block a grader from getting jobs or force a job to a grader

Xiangmingchen opened this issue · comments

This is when we need to maintain some graders or test some graders. So we don't want the job to be assigned randomly.

Why not just spawn a test cluster for testing? Usually not a good idea to test in prod.

That's probably a better idea.