Skip to content

Fix limiter README to reflect algorithm used #63

@bbangert

Description

@bbangert

The README for the limiter says:

This module provides an interface for token bucket rate limiting with precise control over limits and time windows. Inspired by GitHub's approach to scaling their API with a sharded, replicated rate limiter in Valkey (github.blog).

However, the blog post and the implementation are actually using a fixed window approach, not a token bucket.

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