luispedro / jug

Parallel programming with Python
https://jug.readthedocs.io
MIT License
412 stars 62 forks source link

add options to webstatus subcommand (port, ipaddress) #83

Closed rdenham closed 4 years ago

rdenham commented 4 years ago

See issue #82

I've added two optional arguments, so the help message is:

webstatus:
  --port WEBSTATUS_PORT
                        Port for the webstatus serve to listen on (Default: 8080)
  --ip WEBSTATUS_IP     The IP address the webstatus server will listen on. (Default: localhost)

Also minor fix to retrieve correct values from st.update_status.

luispedro commented 4 years ago

This looks very good. Thanks, merged.