dosubot[bot] commented on issue #31800: URL: https://github.com/apache/superset/issues/31800#issuecomment-2585221455
<!-- Answer --> I found a similar closed issue where the suggested solution was to increase the `GUNICORN_TIMEOUT` environment variable to a higher value for long-running queries. Additionally, it was recommended to check if there is a proxy like Nginx or a load balancer in front of Superset that might be causing the 504 error, and to increase the timeouts there as well. If there is a Cloudflare HTTP proxy, necessary changes in DNS settings might be required <sup>[[1]](https://github.com/apache/superset/issues/20963)</sup>. In your case, since you've already increased the `SUPERSET_WEBSERVER_TIMEOUT` and `GUNICORN_TIMEOUT`, you might want to verify the timeout settings in any proxy or load balancer you are using. Also, ensure that the changes to the timeout settings are correctly applied and that the Superset server has been restarted to reflect these changes. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.* --- <sup>Help Dosu learn! Give it feedback: [Great Response](https://app.dosu.dev/response-feedback/4fbd7fb4-f385-4472-8ffd-d775a03ca563?feedback_type=great_response) | [Irrelevant Answer](https://app.dosu.dev/response-feedback/4fbd7fb4-f385-4472-8ffd-d775a03ca563?feedback_type=irrelevant_answer) | [Incorrect Sources](https://app.dosu.dev/response-feedback/4fbd7fb4-f385-4472-8ffd-d775a03ca563?feedback_type=incorrect_sources) | [Too Verbose](https://app.dosu.dev/response-feedback/4fbd7fb4-f385-4472-8ffd-d775a03ca563?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/4fbd7fb4-f385-4472-8ffd-d775a03ca563?feedback_type=hallucination) | [Other](https://app.dosu.dev/response-feedback/4fbd7fb4-f385-4472-8ffd-d775a03ca563?feedback_type=other)</sup> -- 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]
