Skip to content

Rate limiting: caching backend, per-method limits, delayed DB batching #97

@devin-ai-integration

Description

@devin-ai-integration

Scope

  • Support an external cache (e.g., Redis) for rate limit state to reduce DB pressure
  • Allow per-method (GET vs MODIFY) limits
  • Consider delayed/batched DB writes when needed
  • Improve error/global bucket handling, translations for error messages

Acceptance criteria

  • Configurable cache provider with safe fallbacks
  • Clear per-method overrides, documented
  • Optional batched persistence to DB where applicable

Code references

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions