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 have followed your step to convert my nodejs app to docker service and run in fargate.
I got an issue during pressure test. I hope you can give me some hints!
I found the service was stopped and a service service was created during higher concurrencies. I thought it might be related to resource, so I increased vcpu and memory. Seems it helped a little bit, but issue still happen.
I do not see any outstanding error in logs.
In the event log:
service ldashtest (port 80) is unhealthy in target-group fargate-ldashtest due to (reason Health checks failed with these codes: [404]).
has stopped 1 running tasks: task ...
thanks
The text was updated successfully, but these errors were encountered:
Hi Nathanpeck,
thank you for sharing the great thing to us.
I have followed your step to convert my nodejs app to docker service and run in fargate.
I got an issue during pressure test. I hope you can give me some hints!
I found the service was stopped and a service service was created during higher concurrencies. I thought it might be related to resource, so I increased vcpu and memory. Seems it helped a little bit, but issue still happen.
I do not see any outstanding error in logs.
In the event log:
service ldashtest (port 80) is unhealthy in target-group fargate-ldashtest due to (reason Health checks failed with these codes: [404]).
has stopped 1 running tasks: task ...
thanks
The text was updated successfully, but these errors were encountered: