🔍 Identification Request Queue
← Back to QueuesQueue:
plant-identification-request-queue
Status:
Healthy
Queue Information
Purpose
Handles incoming plant identification requests from users. Each message contains user information, image data, and processing preferences.
Message Format
{
"user_id": "UUID (v2.5: User ID from Supabase Auth)",
"is_pro": "boolean",
"image_r2_path": "string",
"job_id": "UUID",
"timestamp": "ISO string"
}Processing Flow
- 1. User uploads image via API gateway
- 2. Image stored in R2, message sent to queue
- 3. Triage worker processes PlantNet API
- 4. Creates child jobs for detailed processing
Test Interface
Quick Test
Send a test message with default values
Custom Message
Modify the message payload and send custom test