feat: Add HTTP API for progress monitoring

- Add /api/v1/progress/:uuid endpoint for real-time progress查询
- Implement Redis Hash storage for progress persistence
- Increase DB connection pool (5->10)
- Add get_processor_status method to RedisClient
- Update DEVELOPMENT_LOG with HTTP API implementation

Test: curl http://127.0.0.1:3002/api/v1/progress/<uuid>
This commit is contained in:
accusys
2026-03-18 02:14:49 +08:00
parent cb1fcd4846
commit 13e208b569
5 changed files with 2837 additions and 67 deletions

File diff suppressed because it is too large Load Diff