RenderingWorkerConfiguration
Home > @gooddata/sdk-ui-dashboard > RenderingWorkerConfiguration
RenderingWorkerConfiguration interface
This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Signature:
export interface RenderingWorkerConfiguration
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
asyncRenderExpectedCount? | number | (BETA) (Optional) Wait for given number of async requests. If provided, we'll not wait full asyncRenderRequestedTimeout and terminate the waiting if we reach the given number | |
asyncRenderRequestedTimeout | number | (BETA) Maximum time limit for the first asynchronous rendering request. If no asynchronous rendering request is fired in this time limit, the dashboard will announce that it is rendered. Default: 5000 (5s). | |
asyncRenderResolvedTimeout | number | (BETA) Maximum time limit to re-request asynchronous rendering of the component once it's resolved. Default: 2000 (2s). | |
correlationIdGenerator | () => string | (BETA) Generator of correlation ids Default: uuid4 | |
isExport? | boolean | (BETA) (Optional) Indicates whether rendering worker is triggered inside export mode Default: false | |
maxTimeout | number | (BETA) Maximum time limit for rendering the dashboard. Somehow in sync with limits of exporter https://github.com/gooddata/gdc-exporters-microservices/blob/master/microservices/visual-exporter-service/src/main/kotlin/com/gooddata/exporters/visual/config/TabSessionConfig.kt Default: 20*60000 (20min). |