Incorrect configuration in worker-load-balancing example
In the documentation example here: https://github.com/runpod-workers/worker-load-balancing/tree/main
It says to set these:
PORT = 5000
PORT_HEALTH = 5001
The correct configuration is:
PORT = 5000
PORT_HEALTH = 5000
And, also set port 5000 in Container Configuration > Expose HTTP Ports
Also, the API is responding, but when clicking on a Running server, it says "Not Ready: Make your server is running!"
GitHub
GitHub - runpod-workers/worker-load-balancing: A Runpod worker temp...
A Runpod worker template for load balancing Serverless endpoints. - runpod-workers/worker-load-balancing


1 Reply
Thank you for the reminder, I feel like I knew this was broken but it never got written down to fix - I'll get it solved.