You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/06/22 09:29:09 UTC

[GitHub] [incubator-superset] reidlai commented on issue #2137: UserWarning: Flask-Cache: CACHE_TYPE is set to null, caching is effectively disabled.

reidlai commented on issue #2137:
URL: https://github.com/apache/incubator-superset/issues/2137#issuecomment-647399546


   I have rebuilt superset master with following CACHE_CONFIG setting in Superset.  But still got this warning. not sure why not logging with CACHE_TYPE is redis.
   
   Rebuilt docker image has already installed redis byt "pip install redis"
   
       CACHE_CONFIG = {
         'CACHE_TYPE': 'redis',
         'CACHE_DEFAULT_TIMEOUT': 60 * 60 * 24, # 1 day default (in secs)
         'CACHE_KEY_PREFIX': 'superset_results',
         'CACHE_REDIS_URL': 'redis://gohub-tidb-cluster-tidis.gohub-minikube.svc:5379/0',
       }


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org