aks1981 commented on issue #5993: URL: https://github.com/apache/superset/issues/5993#issuecomment-2082232330
Hi > > I bumped into the same issue. I'm running v2.1 on k8s. Tried fixing as @LeoDiep mentioned above but didn't work. The visualisation still got timeout after 60 seconds. As I inspected the k8s pod running the webserver, `--timeout` option in the `gunicorn` execution command was set to 300 as I expected. > > Anyone can help me with this? TY in advance! > > Hi, did you edit the superset_config.py : SUPERSET_WEBSERVER_TIMEOUT = int(timedelta(minutes=5).total_seconds()) Is this resolved for you? We did the same change still same issue for Superset installed version 3.0.1 -- 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]
