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
asked 9 months ago3550 views
2 Answers
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?

answered 6 months ago
  • 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
EXPERT
answered 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions