feat: enqueue media asset processing

This commit is contained in:
2026-01-13 17:33:30 +08:00
parent e97be37b05
commit 0f7843bcac
4 changed files with 125 additions and 42 deletions

View File

@@ -7,8 +7,8 @@
- [x] Migrated notification dispatch to use River.
## 2. Media & Infra
- [ ] **Real Storage**: Implement S3/MinIO provider for presigned URLs.
- [ ] **Media Pipeline**: Implement FFmpeg integration (mock call in job).
- [ ] **Real Storage (LAST)**: S3/MinIO integration test to be done at final stage (current dev uses local FS).
- [x] **Media Pipeline**: Implement FFmpeg integration (mock call in job).
## 3. Growth
- [ ] **Coupons**: Implement coupon logic.