dosubot[bot] commented on issue #33604: URL: https://github.com/apache/superset/issues/33604#issuecomment-2917101897
<!-- Answer --> PR #29912 directly adds Redis Sentinel support for the Global Async Queries (GAQ) feature in Superset. This means that if you want to use Redis Sentinel as a cache backend for async queries, you need a Superset version that includes this PR. As of now, this support is present in the master branch but is not included in any official release (such as 4.1 or 5.0) [source](https://github.com/apache/superset/blob/master/superset-frontend/CHANGELOG.md). The relevant configuration options and backend code (like RedisSentinelCacheBackend) are available in master, and there are tests confirming this functionality is being exercised [source](https://github.com/apache/superset/blob/master/superset/config.py) [source](https://github.com/apache/superset/blob/master/tests/unit_tests/async_events/async_query_manager_tests.py). If you need Redis Sentinel support for GAQ, you should run Superset from the master branch. The packaged releases do not yet include this feature. If you need help with the configuration, you can refer to the example in `superset/config.py` under `GLOBAL_ASYNC_QUERIES_CACHE_BACKEND`, which shows how to set up Sentinel hosts, master name, and related options [source](https://github.com/apache/superset/blob/master/superset/config.py). Let me know if you need more details on the configuration or running Superset from master. <!-- Dosu Comment Footer --> *To reply, just mention my name [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/394f2f3d-3d8d-4678-8bb7-db702f306eb5?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/394f2f3d-3d8d-4678-8bb7-db702f306eb5?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/394f2f3d-3d8d-4678-8bb7-db702f306eb5?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/394f2f3d-3d8d-4678-8bb7-db702f306eb5?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/394f2f3d-3d8d-4678-8bb7-db702f306eb5?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/394f2f3d-3d8d-4678-8bb7-db702f306eb5?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/394f2f3d-3d8d-4678-8bb7-db702f306eb5?feedback_type=other)</sup> [](https://go.dosu.dev/discord-bot) [! [Share on X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/33604) -- 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]
