Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Concurrent Ratelimit policy

Not applicable

i just want to know if there is a way we can make a request wait when implementing concurrent rate limit policy?

Solved Solved
0 5 196
1 ACCEPTED SOLUTION

NO, It's an anti-pattern of REST APIs.

APIs are in general stateless. You shouldn't be having any state by making them queue up / do retry.

Offload this functionality to client / backend system.

Hope it helps.

-------------------------------

Anil Sagar

5997-screen-shot-2017-11-23-at-75916-pm.png Learn Apigee Concepts in 4 Minutes HandsOn

View solution in original post

5 REPLIES 5