FASHIONISTAR CI/CD
🔄 Celery Queues Deploy: 4aae6106b1530c3cc7d7d64f5e3c3e1d5015691d [GitHub Actions]
27c799c
|
Raw
History Blame Contribute Delete
1.01 kB
---
title: FASHIONISTAR Celery Worker
emoji: ⚙️
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
license: mit
app_port: 7860
short_description: FASHIONISTAR AI Fashion Platform Celery Async Task Worker
---
# ⚙️ FASHIONISTAR AI — Celery Worker
**Background Async Task Processor for the FASHIONISTAR AI Fashion Platform**
## Queues Handled
| Queue | Description |
|-------|-------------|
| `default` | General asynchronous tasks |
| `ai_tasks` | AI/ML body measurement processing fallback |
| `measurements` | Body measurement computation and logs |
| `analytics` | Reporting, aggregation, and usage metrics |
| `notifications` | Transactional emails (Brevo/Zoho/Mailgun) and SMS (Twilio/Termii) |
| `webhooks` | Incoming Stripe & Cloudinary webhook reconciliation |
## Deployment Constraints (Hugging Face)
- Runs a background health-check HTTP server on port 7860 to satisfy Space runtime constraints.
- Restarts gracefully if Celery crashes.
- Uses CPU Basic instance (16GB RAM).