feat(trigger): enhance trigger provider refresh task with locking mechanism and due filter logic

This commit is contained in:
Harry
2025-10-21 11:37:11 +08:00
parent dc2481c805
commit f4517d667b
3 changed files with 182 additions and 7 deletions

View File

@ -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,
)