error message of "Your question took too long"

I am also facing the same issue. when i ran the sql query from metabase, its giving timeout after 20mins, still i have added the
jetty:
ASYNC_RESPONSE_TIMEOUT: "3600000"

also the ingress level time out - nginx.ingress.kubernetes.io/proxy-read-timeout: "1800"

Hi,

Moving the thread from this to here

Can you share how you are deploying metabase please, are you using docker? share the docker compose

i have deployed using the helm chart.

extraEnv:

  • name: MB_DB_QUERY_TIMEOUT_MINUTES
    value: "60"

- name: MB_DB_QUERY_TIMEOUT_SEC

value: "3600"

  • name: metabase.query-processor.query-timeout-ms
    value: "3600000"
  • name: MB_DB_CONNECTION_TIMEOUT_MS
    value: "3600000"

also i have increased the

jetty:
ASYNC_RESPONSE_TIMEOUT: "3600000"

We don't officially support any helm chart so I am not sure what you are doing. Follow the guidelines of that helm chart to set env variables.

Secondly my assumption is you are then using kubernetes, make sure there isn't a middleware that might be killing those requests as well