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
Copy file name to clipboardExpand all lines: self-host/customize-deployment/environment-variables.mdx
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@ This is a reference to all environment variables that can be used to configure a
30
30
|`LIGHTDASH_QUERY_MAX_LIMIT`| Query max rows limit (default=5000) |
31
31
|`LIGHTDASH_QUERY_DEFAULT_LIMIT`| Default number of rows to return in a query (default=500) |
32
32
|`LIGHTDASH_QUERY_MAX_PAGE_SIZE`| Maximum page size for paginated queries (default=2500) |
33
+
|`LIGHTDASH_QUERY_RETRY_ON_TRANSIENT_ERRORS`| When `true`, the frontend automatically retries failed queries on transient errors (5xx server responses and network errors) up to 3 times with exponential backoff (1s, 2s, 4s). 4xx client errors are never retried. Useful for instances where warehouse connections occasionally drop or the backend is briefly overwhelmed. (default=false) |
33
34
|`SCHEDULER_ENABLED`| Enables/Disables the scheduler worker that triggers the scheduled deliveries. (default=true) |
34
35
|`SCHEDULER_CONCURRENCY`| How many scheduled delivery jobs can be processed concurrently. (default=3) |
35
36
|`SCHEDULER_JOB_TIMEOUT`| After how many milliseconds the job should be timeout so the scheduler worker can pick other jobs. (default=600000, 10 minutes) |
0 commit comments