[changes] Remove the "worker-ondemand" queue

This commit is contained in:
lanceyq
2026-03-09 14:02:23 +08:00
parent cef14cda9e
commit 476632294f
3 changed files with 4 additions and 16 deletions

View File

@@ -2457,6 +2457,8 @@ def update_implicit_emotions_storage(self) -> Dict[str, Any]:
acks_late=False,
time_limit=3600,
soft_time_limit=3300,
# 触发型任务标识,区别于 periodic_tasks 队列中的定时任务
triggered=True,
)
def init_implicit_emotions_for_users(self, end_user_ids: List[str]) -> Dict[str, Any]:
"""事件触发任务:对指定用户列表做存在性检查,无记录则执行首次初始化。