The Wayback Machine - https://web.archive.org/web/20220504212254/https://github.com/topics/rate-limiting
Skip to content
#

rate-limiting

Here are 393 public repositories matching this topic...

huangtao2016
huangtao2016 commented Apr 8, 2022

Issue Description

Type: bug report or feature request

抱歉再问下,当前在GrpcServer注册SentinelGrpcServerIntercepter,想

  1. 定制拦截器的资源Entry;
  2. 动态定制限流的qps;
    这个可以怎么做呢
    看到该Intercepter源码里保护的资源是MethodName
kind/enhancement good first issue area/integrations
nginxconfig.io
RebelliousWhiz
RebelliousWhiz commented Dec 29, 2021

Sorry for not following the template. It's a straightforward question.

By enabling "WordPress-specific rules", the following codes will be added to the wordpress.conf:

# WordPress: deny general stuff
location ~* ^/(?:xmlrpc\.php|wp-links-opml\.php|wp-config\.php|wp-config-sample\.php|readme\.html|license\.txt)$ {
    deny all;
}

However, this disables xmlrpc feature, which disa

enhancement help wanted good first issue hacktoberfest
sentinel-golang
kklinan
kklinan commented Jan 12, 2022

Issue Description

Type: bug report

Describe what happened

https://github.com/alibaba/sentinel-golang/blob/683c229b23a96c4ad07dc795da3730db8fd9d93c/exporter/metric/exporter.go#L35-L45

Since the above code (code 1) uses the init function and is executed before the following code (code 2), the app variable in code 1 is an error.

https://github.com/alibaba/sentinel-golang/b

good first issue
Beebeeoii
Beebeeoii commented Jul 18, 2021

🚀 Feature Proposal

Have an option to slow down responses instead of returning 429 errors.

Motivation

By having the option to slow down responses would deter scrapping of data from a server which would put an additional load on the server while still enabling responses for cases where user may not be actually scrapping, but just that there are many machines surfing the webpage under

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the rate-limiting topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rate-limiting topic, visit your repo's landing page and select "manage topics."

Learn more