You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by gi...@git.apache.org on 2017/09/30 00:21:05 UTC

[GitHub] mistercrunch commented on issue #3557: "Results backend isn't configured" with Celery DynamoDB backend

mistercrunch commented on issue #3557: "Results backend isn't configured" with Celery DynamoDB backend
URL: https://github.com/apache/incubator-superset/issues/3557#issuecomment-333267307
 
 
   The "results backend" is different from the `CELERY_RESULT_BACKEND`, actually we do not use the `CELERY_RESULT_BACKEND`.
   
   The results backend is used by the worker to store the query results. At Airbnb we use the S3Cache lib `pip install s3werkzeugcache` and store the results in S3.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services