1
0

feat: 增加日线数据检查流程

This commit is contained in:
2025-09-07 11:09:24 +08:00
parent 5cb8124bc0
commit 5b6e4fa153
3 changed files with 81 additions and 1 deletions

View File

@@ -7,4 +7,7 @@
<chain id="update_daily_information">
CATCH(THEN(task_start, update_daily, task_end)).DO(task_error)
</chain>
<chain id="check_daily">
CATCH(THEN(task_start, check_daily, task_end)).DO(task_error)
</chain>
</flow>