hmrc / service-manager

A python tool to manage developing and testing with lots of microservices
Apache License 2.0
58 stars 37 forks source link

Fix python healthchecks #6

Closed SiliconMeeple closed 10 years ago

SiliconMeeple commented 10 years ago

The healthcheck for python services expected a port argument, rather than the running process. As this already expected to only ever be running on the default port, it makes sense to ignore this argument, and just use the default port for python services.