wanghong1314 commented on code in PR #22441: URL: https://github.com/apache/superset/pull/22441#discussion_r1051329956
########## docker/pythonpath_dev/superset_config.py: ########## @@ -106,6 +106,7 @@ class CeleryConfig(object): WEBDRIVER_BASEURL = "http://superset:8088/" # The base URL for the email report hyperlinks. WEBDRIVER_BASEURL_USER_FRIENDLY = WEBDRIVER_BASEURL +IMPALA_POLL_INTERVAL = int(timedelta(seconds=5).total_seconds()) Review Comment: I have removed the configuration property,thank you -- 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]
