limits
limits copied to clipboard
Rate limiting using various strategies and storage backends such as redis & memcached
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Release notes Sourced from pytest's releases. 8.3.2 pytest 8.3.2 (2024-07-24) Bug fixes #12652: Resolve regression [conda]{.title-ref} environments where no longer...
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Release notes Sourced from sphinx's releases. Sphinx 8.0.0 Changelog: https://www.sphinx-doc.org/en/master/changes.html Dependencies #12633: Drop Python 3.9 support. Incompatible changes Remove deprecated...
Came here from [Justin Van Winkle's survey of Python rate limiters](https://gist.github.com/justinvanwinkle/d9f04950083c4554835c1a35f9d22dad). He said limits "seems to work", which is high praise because the rest were somehow broken. Am I missing...
Hi - this is a really great library, and I think a new API function would make this easier to use for folks trying to use it in servers, like...
## Expected Behaviour For the MongoDB storage the collection names are fixed and can't be overwritten. I would like to use an existing database that has collections with same/similar names....
This PR adds support for a very basic rate limiting strategy called `concurrency limit` which sets a maximum number of concurrency per identifier and reject any request above that limit
This PR adds support for token bucket strategy and register it as part of the other strategies. This is required since I want to use it as part of [flask...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. Release notes Sourced from actions/download-artifact's releases. v4.1.7 What's Changed Update @actions/artifact dependency by @bethanyj28 in actions/download-artifact#325 Full Changelog: https://github.com/actions/download-artifact/compare/v4.1.6...v4.1.7 v4.1.6 What's Changed updating @actions/artifact...