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 個月前檢視次數 3917 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南