Habeeb556 commented on issue #34338: URL: https://github.com/apache/superset/issues/34338#issuecomment-3126441591
Hello @krasmussen37, the above command is a correct fix to add in `superset_config.py` ``` # Persisting results from running query handling using Celery workers from cachelib.redis import RedisCache RESULTS_BACKEND = RedisCache(host='localhost', port=6379, key_prefix='superset_results') ``` -- 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]
