illinois-cs241 / broadway

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

Grading job queue position endpoint #30

Closed jhenhapl closed 4 years ago

jhenhapl commented 4 years ago

I added an endpoint to see how many jobs are in front of a given job. This can be used in on-demand to give students their up-to-date position in the grading queue.

Relates to https://github.com/illinois-cs241/broadway-on-demand/issues/80

Xiangmingchen commented 4 years ago

LGTM so far

Xiangmingchen commented 4 years ago

Can you run black broadway/ tests/ to automatically format the files so that Travis tests pass? You might need to install black using pip3 install black.

Xiangmingchen commented 4 years ago

LGTM, @ezhang887 wait for your review