mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
add create tidb serverless job control (#10467)
Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
@ -611,6 +611,11 @@ class DataSetConfig(BaseSettings):
|
||||
default=500,
|
||||
)
|
||||
|
||||
CREATE_TIDB_SERVICE_JOB_ENABLED: bool = Field(
|
||||
description="Enable or disable create tidb service job",
|
||||
default=False,
|
||||
)
|
||||
|
||||
|
||||
class WorkspaceConfig(BaseSettings):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user