illinois-cs241 / broadway

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

Specify Worker ID #10

Closed ayushr2 closed 4 years ago

ayushr2 commented 5 years ago

Following discussion from illinois-cs241/broadway-api#61, we need to change how registration works. See this for implementation details.

We should be taking in the worker ID as a positional command line argument.

ayushr2 commented 4 years ago

I think the grader does take in the worker-id as a positional argument: illinois-cs241/broadway-grader#25