Re: [google-appengine] Re: Over Quota Custom Message

2018-02-08 Thread Attila-Mihaly Balazs
Hossein, If we're talking about AppEngine standard, you can set the static file which will be served for particular sitations (over quota, timeout, etc): see "error_handlers" here: https://cloud.google.com/appengine/docs/standard/python/config/appref Cheers, Attila -- You received this

Re: [google-appengine] Re: Over Quota Custom Message

2018-02-05 Thread 'George (Cloud Platform Support)' via Google App Engine
It is a lot of subjectivity involved here, in declaring a 503 error friendly or not: for the one who finds this information useful, the same string may well seem friendly. How would you formulate the 503 error friendlier? What extra information would you like to see included with this message?

Re: [google-appengine] Re: Over Quota Custom Message

2018-02-04 Thread Hossein Amerkashi
Hi, Instead of a 503 error code, would like to create a custom, friendlier messages. Is that possible? On Sun, Feb 4, 2018 at 3:00 PM, 'George (Cloud Platform Support)' via Google App Engine wrote: > If your app exceeds the free quota for a resource needed to

[google-appengine] Re: Over Quota Custom Message

2018-02-04 Thread 'George (Cloud Platform Support)' via Google App Engine
If your app exceeds the free quota for a resource needed to initiate a request, such as the bandwidth quota or instance hours quota, users of the app will get a server error, such as a HTTP 503 error. For all other services, exceeding quota from a free app will generate a quota exception that