Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

App Engine UploadServer 503 Error

Starting from this morning (5, Jan, 2023 at around 10:00am SGT), the App Engine UploadServer returns 503 error. Anybody have the same issue?

Solved Solved
0 2 6,013
1 ACCEPTED SOLUTION

Hi @jackliu,

Welcome to Google Cloud Community

 
The HTTP 503 Service Unavailable error is a server-side error that indicates that the server is currently unable to handle the request due to a temporary overload or maintenance. This error is usually temporary, and the server will be able to handle the request again after a short period of time. If you continue to see this error, it may be due to a number of issues, including:
 
The server is experiencing a high volume of traffic and is unable to handle all of the requests.
The server is undergoing maintenance and is temporarily unavailable.
There is an issue with the server that is preventing it from handling requests.
If you are seeing this error consistently, you may want to try the following troubleshooting steps:
 
Check the status of the App Engine service by visiting the GCP Status Dashboard (https://status.cloud.google.com/). If there are any known issues or outages with the App Engine service, they will be listed here.
Check the logs for your App Engine application for any error messages or issues that may be causing the error. You can access the logs from the GCP Console or using the Cloud Logging API.
Check the resource usage of your App Engine application. If your application is using more resources than it has available (e.g. CPU, memory, etc.), this can cause the 503 error. You can monitor the resource usage of your application in the GCP Console.
 
Thank you

View solution in original post

2 REPLIES 2

Hi @jackliu,

Welcome to Google Cloud Community

 
The HTTP 503 Service Unavailable error is a server-side error that indicates that the server is currently unable to handle the request due to a temporary overload or maintenance. This error is usually temporary, and the server will be able to handle the request again after a short period of time. If you continue to see this error, it may be due to a number of issues, including:
 
The server is experiencing a high volume of traffic and is unable to handle all of the requests.
The server is undergoing maintenance and is temporarily unavailable.
There is an issue with the server that is preventing it from handling requests.
If you are seeing this error consistently, you may want to try the following troubleshooting steps:
 
Check the status of the App Engine service by visiting the GCP Status Dashboard (https://status.cloud.google.com/). If there are any known issues or outages with the App Engine service, they will be listed here.
Check the logs for your App Engine application for any error messages or issues that may be causing the error. You can access the logs from the GCP Console or using the Cloud Logging API.
Check the resource usage of your App Engine application. If your application is using more resources than it has available (e.g. CPU, memory, etc.), this can cause the 503 error. You can monitor the resource usage of your application in the GCP Console.
 
Thank you

Thank you so much, but can you please clarify the steps of doing that so as my server is down and I still can’t have it up. Would appreciate your help, thanks!