0

Our application is running google app engine with the java version 1.7, google could endpoints- 1.9.38 version. Everything was fine till last 5 days, but now we are getting 503 service unavailable for all the apis.

Cron jobs are running fine, but all cloud endpoints are unavailable.

Sunil Rk
  • 840
  • 5
  • 12
  • 29

1 Answers1

0

You must be receiving these 503 errors because you are using a deprecated version of Google Cloud Endpoints. You are currently in V1 and need to migrate to V2. Please review this document which describes how to migrate an existing Cloud Endpoints 1.0 app to 2.0 in Java.

David
  • 570
  • 3
  • 13