mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
feat(trigger): enhance trigger provider refresh task with locking mechanism and due filter logic
This commit is contained in:
@ -1039,7 +1039,7 @@ class CeleryScheduleTasksConfig(BaseSettings):
|
||||
)
|
||||
TRIGGER_PROVIDER_SUBSCRIPTION_THRESHOLD_SECONDS: int = Field(
|
||||
description="Proactive subscription refresh threshold in seconds",
|
||||
default=300,
|
||||
default=60 * 60,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user