feat: use redis for rate limiting & next caching to resolve memory issues (#2078)

Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
This commit is contained in:
Shubham Palriwala
2024-04-02 20:16:43 +05:30
committed by GitHub
parent c8ab6644bf
commit 20eb679842
16 changed files with 493 additions and 127 deletions

View File

@@ -79,6 +79,9 @@ x-environment: &environment
# Uncomment and set to 1 to skip onboarding for new users
# ONBOARDING_DISABLED: 1
# The below is used for Rate Limiting & Next Caching (uses In-Memory Next Cache if not provided)
# REDIS_CLIENT_URL:
services:
postgres:
restart: always