Commit graph

4 commits

Author SHA1 Message Date
53bf4b7518 feat(ops): provision FAEA Overview dashboard (v1.1.0)
- Add deployment/provisioning/dashboards config
- Add faea_overview.json model with Auth/Extract/Latency panels
- Mount config volumes in docker-compose.yml
2025-12-23 18:01:17 +08:00
180c8cb51a fix(deploy): update browser base image and resolve compose conflict
- Switch src/browser/Dockerfile to mcr.microsoft.com/playwright/python:v1.40.0-jammy
- Remove redundant shm_size and deprecated version key in docker-compose.yml
- Update documentation to reflect deployment fixes
2025-12-23 14:21:47 +08:00
dab56e743b feat(phase4): Implement Deployment & Optimization Layer
- Scale docker-compose.yml (5 browser, 20 extractor replicas)
- Add Prometheus and Grafana monitoring services
- Implement persistent Redis TaskWorker in src/orchestrator/worker.py
- Implement MetricsCollector in src/core/monitoring.py
- Implement SessionRecoveryManager in src/core/recovery.py
- Update README.md with production usage guide
- Update root documentation (implementation_plan.md, walkthrough.md)
2025-12-23 13:09:27 +08:00
83055a215d Initial commmit 2025-12-22 17:14:46 +08:00