Feat/clean message records (#10588)

This commit is contained in:
Jyong 2024-11-18 16:57:39 +08:00 committed by GitHub
commit 128efc3193
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 127 additions and 8 deletions

View file

@ -616,6 +616,11 @@ class DataSetConfig(BaseSettings):
default=False,
)
PLAN_SANDBOX_CLEAN_MESSAGE_DAY_SETTING: PositiveInt = Field(
description="Interval in days for message cleanup operations - plan: sandbox",
default=30,
)
class WorkspaceConfig(BaseSettings):
"""