You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| concurrency | Maximum number of queries to be processed simultaneosly. For drivers with connection pool `CUBEJS_DB_MAX_POOL` should be adjusted accordingly. Typically pool size should be at least twice of total concurrency among all queues. |`2`|
776
-
| continueWaitTimeout | Long polling interval |`5`|
777
778
| executionTimeout | Total timeout of single query |`600`|
778
779
| orphanedTimeout | Query will be marked for cancellation if not requested during this period. |`120`|
779
780
| heartBeatInterval | Worker heartbeat interval. If `4*heartBeatInterval` time passes without reporting, the query gets cancelled. |`30`|
0 commit comments