thammaneni commented on issue #10587: URL: https://github.com/apache/incubator-superset/issues/10587#issuecomment-675438446
We see there are parameters related to timeout in config.py, but these are not effecting sqllab editor query which is running beyond set limits. Need your inputs/advises here. Thanks. # Timeout duration for SQL Lab synchronous queries SQLLAB_TIMEOUT = 30 # Timeout duration for SQL Lab query validation SQLLAB_VALIDATION_TIMEOUT = 10 # SQLLAB_DEFAULT_DBID SQLLAB_DEFAULT_DBID = None # The MAX duration (in seconds) a query can run for before being killed # by celery. SQLLAB_ASYNC_TIME_LIMIT_SEC = 60 * 60 * 6 ---------------------------------------------------------------- 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]
