Files
xiaoxia-saas/apps/worker/README.md
Xiaoxia AI b5a62ee9a3 feat: initial SaaS scaffold
- domain: User, Workspace, Project, AssetLibrary, Asset, IngestJob
- ports: repository interfaces
- application: use cases
- adapters: in-memory
- API: FastAPI 5 routes
- worker: Celery ingest_asset
- tests: 4 passing
2026-06-15 15:17:40 +08:00

13 lines
233 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# xiaoxia-saas Worker
## 结构
- `worker_app/core/`worker 配置
- `worker_app/celery_app.py`Celery 应用入口
- `worker_app/tasks/`:任务模块
- `main.py`:本地调试入口
## 当前任务
- `worker.healthcheck`