greggailly commented on PR #35825: URL: https://github.com/apache/superset/pull/35825#issuecomment-3655944927
@sfirke thanks for the review. Since reasons for why one could choose one cache backend vs. another are not mentioned for the other backends in the documentation, I didn't make this explicit. In our case it is by pure simplicity. We already use S3/Minio in our infrastructure for other purposes and decided to remove the instance of Redis which was used only for Superset. Redis was also used as celery broker but as the documentation already covers we switched to RabbitMq which was also already used in our infrastructure. I also removed the example as requested and left just the link to the library (which should be enough to get anyone started). The PR also copies the other links from `cache.mdx` to `async-queries-celery.mdx` to make it easier to set up any backend. -- 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]
