illinois-cs241 / broadway

A distributed systems framework used running distributable workloads.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Specify Worker ID

ayushr2 opened this issue · comments

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.

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