We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e815c2 commit d700c1dCopy full SHA for d700c1d
docs/pages/product/faqs/troubleshooting.mdx
@@ -19,7 +19,7 @@ This error happens when a query remains queued for an excessive amount of time.
19
To troubleshoot, try increasing concurrency and/or timeout limits. The default
20
concurrency is 4 for most data warehouses and the default timeout is 10 minutes.
21
You can increase these values by adjusting the `CUBEJS_CONCURRENCY` or
22
-`CUBEJS_DB_TIMEOUT` environment variables in **Settings > Configuration**. If
+`CUBEJS_DB_QUERY_TIMEOUT` environment variables in **Settings > Configuration**. If
23
your timeout limit is already high, we recommend either adding a pre-aggregation
24
or refactoring your SQL for better efficiency.
25
0 commit comments