Define custom error response for "Application exceeded quota"

Joshua Golub -

Did you know that you can define a custom error response for conditions that might occur before your application code is even invoked? Typical situations might be:

  • Application has exceeded quota
  • Request is blocked because it looks like a denial-of-service attack
  • Request handler timed out before returning a response

To configure a custom error response for situations like these, you can add the error_handlers element to your app.yaml file.

Tell me more

0 Comments

Please sign in to leave a comment.
Powered by Zendesk