mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 01:18:05 +08:00
ASYNC_WORKFLOW_SCHEDULER_GRANULARITY
This commit is contained in:
@ -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,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user