-
Updated
Jun 24, 2020 - Java
rate-limit
Here are 100 public repositories matching this topic...
-
Updated
Jun 23, 2020 - Elixir
-
Updated
Mar 20, 2020 - Go
-
Updated
Oct 15, 2018 - Elixir
-
Updated
Jun 8, 2020 - PHP
-
Updated
Mar 13, 2020 - PHP
Perhaps I'm missing something, but it seems like your examples use a lot of functionality that is missing from your documentation. For example I don't see anything in the docs about createPromiseThrottle, promiseImplementation option, etc. Also your documentation describes requestsPerSecond as a function argument, not an option but your examples show the opposite.
Just confused here maybe
-
Updated
Jun 6, 2020 - Java
-
Updated
Feb 29, 2020 - Lua
-
Updated
Jun 23, 2020 - PHP
-
Updated
May 25, 2020 - JavaScript
-
Updated
Mar 14, 2020 - JavaScript
-
Updated
Dec 27, 2017 - C
-
Updated
May 16, 2020 - Python
The error message below should say "Service_name" and not "Name"
[ec2-user@ip-172-31-18-10 enroute-cp]$ curl -s -X POST localhost:1323/service -H "Authorization: Bearer treehugger" -H "Content-Type: application/json" -d '{"Name":"adminservice"}' | python -m'' json.tool
{
"Error": "Please provide service name using Name field"
}
[ec2-user@ip-172-31-18-10 enroute-cp]$ curl -s -X POST l
-
Updated
Mar 15, 2019 - PHP
-
Updated
Jun 23, 2020 - JavaScript
-
Updated
May 8, 2019 - Go
-
Updated
Jan 3, 2020 - JavaScript
-
Updated
Jun 7, 2020 - TypeScript
-
Updated
Jul 11, 2019 - Python
-
Updated
Feb 23, 2020 - Go
-
Updated
Jun 22, 2020 - JavaScript
Improve this page
Add a description, image, and links to the rate-limit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rate-limit topic, visit your repo's landing page and select "manage topics."
The token bucket algorithm is well explained in many papers and wiki pages. But, Bucket4j is token-bucket on steroids, Bucket4j contain several addons to original math foundation of token bucket, but requests like this vladimir-bukhtoyarov/bucket4j#86 point that these addons are not well explained. To close documentation dept it is need to dedicated page with many real exam