Commit Graph

2 Commits

Author SHA1 Message Date
ea3f4a3b7b Refactor DataProcessingService to support bizKey in route queries and reduce retry attempts
- Updated ROUTE_RETRY_MAX_ATTEMPTS from 20 to 2 and ROUTE_RETRY_MAX_DELAY_MS from 30s to 5s.
- Modified PendingRouteQuery to include bizKey for better route query management.
- Enhanced methods to check and mark routes as retrieved using bizKey.
- Adjusted route query methods to handle bizKey, ensuring proper caching and retrieval.
- Cleaned up redundant code and improved logging for better traceability.
- Added a new section in the documentation for the restart process of the application.
2026-02-08 08:37:47 +08:00
aa13f343ea 重构数据采集和路由查询逻辑,增强超时处理和并发控制。新增Redis缓存管理,优化航班路由参数获取,确保系统稳定性和性能。更新相关文档以反映最新功能和接口调用示例。路由第一次下发成功 2026-02-07 10:52:37 +08:00