yandeu / docker-swarm-visualizer

🐋 A Visualizer for Docker Swarm using the Docker Engine API and Node.js.
Other
35 stars 9 forks source link

Requests after scaling up #6

Closed mordeve closed 2 years ago

mordeve commented 2 years ago

The moment a service is scaled up, it is not immediately ready, but still accepts requests then returns an error until being ready. Is there a solution to avoid this?

yandeu commented 2 years ago

If I understand it correctly, you scale up a custom service of you, which takes some times to be ready?

Read:

mordeve commented 2 years ago

Thank you so much. That solves my problem.