1. Two new queues should be created on supabase, `entry_ingestion_queue` and `entry_ingestion_dlq` 2. `/weboook/entries` API should send entry data to `entry_ingestion_queue` and use `entry_ingestion_dlq` for retries 3. Create scheduler to pick entries up every 3 minutes 4. Handle 429 errors from LLM using exponential backoff
entry_ingestion_queueandentry_ingestion_dlq/weboook/entriesAPI should send entry data toentry_ingestion_queueand useentry_ingestion_dlqfor retries