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!"
Screenshot_2025-10-01_at_13.43.50.png
Screenshot_2025-10-01_at_13.37.32.png
GitHub
A Runpod worker template for load balancing Serverless endpoints. - runpod-workers/worker-load-balancing
Was this page helpful?