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 2022/02/11 08:53:42 UTC

[GitHub] [superset] villebro commented on issue #18656: Question: `RESULTS_BACKEND` and `CELERY_RESULT_BACKEND` seem repeated? they look like the same thing but why there are two of them?

villebro commented on issue #18656:
URL: https://github.com/apache/superset/issues/18656#issuecomment-1035992217


   Those are different things. `CELERY_RESULT_BACKEND` is a Celery config option (notice it's a property in the `CeleryConfig` class) that specifies where celery should store its task results. RESULTS_BACKEND defines where asynchronously executed SQL Lab query results will be stored.


-- 
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: notifications-unsubscribe@superset.apache.org

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