ASYNC_WORKFLOW_SCHEDULER_GRANULARITY

This commit is contained in:
Yeuoly
2025-10-22 12:10:12 +08:00
parent c36173f5a9
commit 7f70d1de1c
5 changed files with 19 additions and 10 deletions

View File

@ -196,7 +196,7 @@ class AsyncWorkflowConfig(BaseSettings):
"to avoid this, workflow can be suspended if needed, to achieve"
"this, a time-based checker is required, every granularity seconds, "
"the checker will check the workflow queue and suspend the workflow",
default=1,
default=60,
ge=1,
)