Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs-mintlify/cube-core/running-in-production.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ Error: Query execution timeout after 10 min of waiting

It means that your pre-aggregation is too heavy and takes too long to build.

As a temporary solution, you can increase the timeout for all queies that Cube
As a temporary solution, you can increase the timeout for all queries that Cube
runs against your data source via the [`CUBEJS_DB_QUERY_TIMEOUT`](/reference/configuration/environment-variables#cubejs_db_query_timeout) environment variable.

However, it is recommended that you optimize your pre-aggregations instead:
Expand Down
Loading