robdiciuccio commented on a change in pull request #11498:
URL: https://github.com/apache/superset/pull/11498#discussion_r608036190



##########
File path: superset/config.py
##########
@@ -1124,6 +1125,7 @@ class CeleryConfig:  # pylint: 
disable=too-few-public-methods
 GLOBAL_ASYNC_QUERIES_JWT_SECRET = "test-secret-change-me"
 GLOBAL_ASYNC_QUERIES_TRANSPORT = "polling"
 GLOBAL_ASYNC_QUERIES_POLLING_DELAY = 500
+GLOBAL_ASYNC_QUERIES_WEBSOCKET_URL = "ws://127.0.0.1:8080/"

Review comment:
       Possibly, yes, but no immediate use cases have been defined.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to