michael-s-molina commented on code in PR #38395: URL: https://github.com/apache/superset/pull/38395#discussion_r2883757147
########## superset/config.py: ########## @@ -2485,28 +2485,30 @@ class ExtraDynamicQueryFilters(TypedDict, total=False): TASK_PROGRESS_UPDATE_THROTTLE_INTERVAL = 2 # seconds # --------------------------------------------------- -# Signal Cache Configuration +# Distributed Coordination Configuration # --------------------------------------------------- -# Shared Redis/Valkey configuration for signaling features that require -# Redis-specific primitives (pub/sub messaging, distributed locks). +# Shared Redis/Valkey backend for distributed coordination primitives. # # Uses Flask-Caching style configuration for consistency with other cache backends. # Set CACHE_TYPE to 'RedisCache' for standard Redis or 'RedisSentinelCache' for # Sentinel. # -# These features cannot use generic cache backends because they rely on: +# These features require Redis-specific primitives unavailable in generic cache backends: Review Comment: ```suggestion # These features require Redis primitives unavailable in generic cache backends: ``` -- 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]
