#Free tier bandwidth locked: accidental full table scan, already fixed

2 messages · Page 1 of 1 (latest)

scarlet musk
#

Hey, my project got locked for exceeding the free tier database bandwidth limit. I'm a solo dev with zero users: a bug in one of my queries was doing .collect() instead of an indexed lookup on every render, which caused a one-day spike of ~5.5 GB reads on March 22. The rest of the month is basically flat (see attached graph).

I found and fixed the bug the next day (switched to .withIndex() + denormalized the fields to avoid the join entirely). But now my project is disabled and I can't deploy or develop.
Is there any way to get it unblocked before the monthly reset? Happy to share the deployment ID if that helps.

Thanks!

wind beacon
#

#1425386552803983431