8

I am trying to add limit requests per IP on Google App Engine FLex NodeJs, I saw this rate-limiting-nginx documentation where Rate Limiting is applied on Nginx, but how can I use it inside my App Engine app.

Also is there any default setting or any other way for rate limiting on Google App Engine?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Sudhanshu Gaur
  • 7,486
  • 9
  • 47
  • 94

1 Answers1

-2

To use the rate limiting feature, configure _quota metrics_ and _quota limits_ in the service configuration for your service producer project.

You can read it in the docs

Gurjot Singh
  • 105
  • 6