Inspects and clears the production IndexedDB queue. Use this if stuck records keep being retried against Supabase.
Current State
Production queue (divertscan-vanessa)β
Test queue (divertscan-vanessa-test)β
Browser onlineβ
Production queue contents
Actions
What this does: The production queue lives at IndexedDB key divertscan-vanessa. Each stuck record gets retried every ~30 seconds by your admin app, hitting Supabase and producing one error in the Sullivan report each time. Purging clears the queue immediately and stops the retries.
Safe to use: If a record was stuck, it means Supabase had been rejecting it for a real reason (schema mismatch, missing column, etc.). Purging doesn't lose real data β those records were never going to succeed.