sfirke commented on code in PR #35825: URL: https://github.com/apache/superset/pull/35825#discussion_r2599725611
########## docs/docs/configuration/async-queries-celery.mdx: ########## @@ -55,6 +55,7 @@ celery --app=superset.tasks.celery_app:app beat To setup a result backend, you need to pass an instance of a derivative of `BaseCache` (`from flask_caching.backends.base import BaseCache`) to the RESULTS_BACKEND configuration key in your superset_config.py. You can use Memcached, Redis, S3 (https://pypi.python.org/pypi/s3werkzeugcache), Review Comment: ```suggestion superset_config.py. You can use Memcached, Redis, S3, ``` ########## docs/docs/configuration/async-queries-celery.mdx: ########## @@ -55,6 +55,7 @@ celery --app=superset.tasks.celery_app:app beat To setup a result backend, you need to pass an instance of a derivative of `BaseCache` (`from flask_caching.backends.base import BaseCache`) to the RESULTS_BACKEND configuration key in your superset_config.py. You can use Memcached, Redis, S3 (https://pypi.python.org/pypi/s3werkzeugcache), Review Comment: This is linked farther down. Might as well clean it up while we're here. -- 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]
