fix(GRO-574): switch rate limit to memory storage to unblock UAT #273

Merged
lint-roller-qa[bot] merged 4 commits from GRO-574-rate-limit-migration into main 2026-04-12 12:20:00 +00:00

4 Commits

Author SHA1 Message Date
groombook-qa[bot] 9dbc0c692b Merge branch 'main' into GRO-574-rate-limit-migration 2026-04-12 12:13:12 +00:00
Paperclip b6246754e1 fix(GRO-574): switch rate limit to memory storage to unblock UAT
Better Auth rate_limit table migration exists on branch but hasn't
been deployed to UAT. Switching to memory storage bypasses the
missing table entirely, restoring auth functionality immediately.

Memory storage is per-instance (not shared) — rate limiting still
functions but won't be distributed across pods. This is acceptable
for UAT while the migration is being promoted through the pipeline.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-12 12:06:46 +00:00
Paperclip 564fb75cc2 Add rate_limit table migration for Better Auth (GRO-574)
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-12 03:15:13 +00:00
Paperclip 40a5ca06c8 feat(GRO-566): add SKIP_OOBE env var to bypass setup wizard
Co-Authored-By: Paperclip <noreply@paperclip.ing>
2026-04-12 02:48:08 +00:00