Rate limiting by percentage
Igor A. Ippolitov
iippolitov at nginx.com
Thu Jan 26 07:32:18 UTC 2017
Hello,
Have a look at split_clients which does something similar:
http://nginx.org/en/docs/http/ngx_http_split_clients_module.html
You can use resulting variable to select upstream, response or whatever
you need.
On 25.01.2017 03:01, Thangamani J wrote:
> Hi team,
>
> I'm in process of implementing following use case, please help me with
> your inputs.
>
> let's say I have endpoint /rate-limit and it should
> 75% of time, it should return "SUCCESS" as text
> 25% of time, it should return "FAILED" as text
>
> I did try limit_req_zone which goes by request per second and when
> exceeds it responds with status code 503. But in this case i want an
> actual response and the percentage of FAILED/SUCCESS to be configurable.
>
> Any pointers for above use case would be helpful.
>
> Thanks,
> Thanga.
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20170126/e8954a7c/attachment.html>
More information about the nginx
mailing list