Skip to content

Implement token return for the token bucket rate limiting strategy #769

@kas1337

Description

@kas1337

The current implementation for the token bucket ("smooth") rate limiting strategy does not support token return. The idea is that the bucket is not only filled periodically with a defined amount of token but also that a token is placed back into the bucket when a request is finished.

It would be nice if there is a rate limit option that you can enable or disable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions