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: [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]
