修复调度运行失败
This commit is contained in:
@@ -133,6 +133,13 @@ class Settings(BaseSettings):
|
||||
)
|
||||
|
||||
# ── schedule execution tuning ────────────────────────────────
|
||||
schedule_event_namespace: str = Field(
|
||||
default="model-platform-local",
|
||||
description=(
|
||||
"Namespace prepended to schedule outbox event types. Each "
|
||||
"deployment that shares a database must use a unique value."
|
||||
),
|
||||
)
|
||||
schedule_execution_concurrency: int = Field(
|
||||
default=4,
|
||||
description=(
|
||||
|
||||
Reference in New Issue
Block a user