niteshb
niteshb

Reputation: 2829

503 error while deploying Google App Engine application

I am trying to deploy an application on Google App Engine. While using appcfg.py to update my application, it is showing the following error:

Precompilation starting.

Error 503: --- begin server output ---

Try Again (503)

An unexpected failure has occurred. Please try again.

--- end server output ---

Precompilation failed. Your app can still serve but may have reduced startup performance. You can retry the update later to retry the precompilation step.

I dont know how to solve this problem. Can anyone suggest me a method to solve this? Thanx in advance..

Upvotes: 3

Views: 1306

Answers (1)

Chris Farmiloe
Chris Farmiloe

Reputation: 14175

I believe this is just temporary. See here.

Upvotes: 2

Related Questions