feat(fam-edge): 视频生产-消费队列 - 新增 video_queue.py(生产者扫描新文件入队+重启恢复,独立消费者线程云端分析);模型消费超时按原配置×timeout_multiplier(2);failed 重试上限 max_retries(2);删除旧 watch_processor
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"""
|
||||
state - 进程内共享单例(OracleDB 实例)
|
||||
|
||||
watch_processor / person_service / api_gateway 都通过 get_db() 访问同一个 SQLite 连接,
|
||||
video_queue / person_service / api_gateway 都通过 get_db() 访问同一个 SQLite 连接,
|
||||
避免重复打开与循环 import。
|
||||
"""
|
||||
from . import oracle_db
|
||||
|
||||
Reference in New Issue
Block a user