Skip to content
CribScore
← Back to changelog

Changelog

FixedData

Hardened Supabase transient handling

Transient Supabase errors no longer cause public route flapping during ingest.

Public routes that read from Supabase now classify transient errors and retry with bounded backoff before degrading to snapshot fallback, removing the flapping seen during long ingest jobs.

supabasetransientretries
Commitsaac64e3

Related changes