PHTremor commented on issue #29908: URL: https://github.com/apache/superset/issues/29908#issuecomment-2742774306
> To resolve the warning about using in-memory storage for tracking rate limits in Superset during startup, you need to configure a persistent storage backend for rate limiting. This can be done by setting the `RATELIMIT_STORAGE_URI` in your configuration file to a supported storage backend, such as Redis. > > Here is how you can set it up in your `superset_config.py`: > > # A storage location conforming to the scheme in storage-scheme. See the limits > # library for allowed values: https://limits.readthedocs.io/en/stable/storage.html > RATELIMIT_STORAGE_URI = "redis://host:port" > Replace `"redis://host:port"` with the actual URI of your Redis instance. This will configure Superset to use Redis for tracking rate limits instead of the default in-memory storage. Is there a way to have this tag inside values.yaml for helm installation? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
