Billing usage-plan migration
orq-osYou · 14:20
Where are we on the webhook retries?
Claude · fable-5 · 14:52
Idempotency keys are in: events hash on (event_id, attempt), replays short-circuit, and backoff lives in webhooks/retry.ts. 12 new tests green. Next I'll wire the proration flag behind the config gate.
Claude · fable-5 · 15:07
Proration flag added as BILLING_PRORATION_MODE=period_end with a default-off rollout gate. Staging still needs the Stripe test keys before we can run the end-to-end pass.
Message Orq…