503 error api gateway

0

Newbie here: we are still in testing phase and hardly have any traffic on our api gateway but are getting 503 errors. Where can I start to try to fix this. It is random, we will get 200 responses, then 503.

Mystic
已提问 10 个月前3921 查看次数
2 回答
0

I am having the same issue. Intermittent 503's mixed with 200's. This only started yesterday. I've been working on the project for 5 months and it's the first time I'm encountering the 503. I am the only user right now. It is occurring with every single endpoint in my App. Even the default "hello" endpoint, which takes nearly zero resources. Yes, the "hello" endpoint is giving my 503's about 30% of the time. And one again I'm the only one using it and I'm testing it once every 3 seconds. So there is NO WAY I am overloading it beyond its capacity.

OP, did you ever find a resolution?

已回答 7 个月前
  • I did not. I have checked all our devices (firewalls, servers), nothing is degraded.

0

Thats service unavailable.

A 503 error code is related to the backend integration and if the API Gateway API can't receive a response. This error might occur in the following scenarios: The backend server is overloaded beyond capacity and can't process new client requests. The backend server is under temporary maintenance.

Sounds like the endpoint may be maxed out or unhealthy/restarting?

profile picture
专家
已回答 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则