illinois-cs241 / broadway

A distributed systems framework used running distributable workloads.
Other
18 stars 0 forks source link

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

Closed Xiangmingchen closed 3 years ago

Xiangmingchen commented 4 years ago

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

ayushr2 commented 4 years ago

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

Xiangmingchen commented 3 years ago

That's probably a better idea.