File size: 1,012 Bytes
27c799c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
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).