You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(webapp): make entitlement cache invalidation best-effort
Cache removal in setPlan should not block or throw after the billing
mutation has already committed. Switch from await to fire-and-forget
with .catch(() => {}) so a Redis failure during cache invalidation
cannot 500 the plan-change response.
Per CodeRabbit review.
0 commit comments