You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I spent many days debugging a container that I deployed to AWS Fargate because the corresponding service in the cluster was marked as healthy, but the task was marked as unhealthy, even though the server was correctly responding to calls to the /healthy route. After changing the Docker image to use version 3.10.14 of Python instead of python-slim, the task was marked as healthy. My theory is that the base version might have limitations in threading, processing, or optimizations and was slow to respond to requests, but I didn't find anything that satisfactorily explains this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I spent many days debugging a container that I deployed to AWS Fargate because the corresponding service in the cluster was marked as healthy, but the task was marked as unhealthy, even though the server was correctly responding to calls to the /healthy route. After changing the Docker image to use version 3.10.14 of Python instead of python-slim, the task was marked as healthy. My theory is that the base version might have limitations in threading, processing, or optimizations and was slow to respond to requests, but I didn't find anything that satisfactorily explains this.
Beta Was this translation helpful? Give feedback.
All reactions