auto-sync: 2026-05-29 08:31:57

This commit is contained in:
cfdaily
2026-05-29 08:31:57 +08:00
parent e5e8504767
commit 7b3661e2cf
+5 -1
View File
@@ -275,7 +275,11 @@ class Ticker:
round_reviewed = await self._check_round_complete(db_path, project_id)
result["round_reviewed"] = round_reviewed
# 7. 写 daemon_tick 事件
# 8. @mention 通知(v2.9 #01
mentions_processed = await self._process_mentions(db_path, project_id)
result["mentions_processed"] = mentions_processed
# 9. 写 daemon_tick 事件
conn = get_connection(db_path)
try:
conn.execute("BEGIN IMMEDIATE")