Application settings
Application-specific settings for each Syntho module that are not covered elsewhere in the documentation.
How to configure
Docker Compose
# .env
DATABRICKS_READ_STMT_MAX_ATTEMPTS=15
LOG_LEVEL=WARNINGKubernetes (Helm)
# values.yaml
core:
env:
MAX_RUNNING_JOBS: "8"
CANCEL_TIMEOUT: "120"
backend:
env:
SESSION_AGE: "1800"
DATA_ACCESS: "False"Core
Name
Default
Description
Core API
Name
Default
Description
Backend
Name
Default
Description
Last updated
Was this helpful?

