I had a silly edge function that got called per render (og-image creation) on one project and a blog post took off which has now stopped one of my other projects from working at all (which uses Next, Vercel Postgres, Edge functions, hosted on Vercel).
Now I can’t do anything on my project - the logs just say:
“Your account or project has exceeded the compute time quota - please upgrade”
I’ve just upgraded to Pro yet I’m still getting this message in the logs and my app still isn’t working.
Looking in my usage I don’t appear to have even overblown any limit either!
It’s definitely not the Postgres limits, it seems to be compute time on edge functions? But I have upgraded my account to pro now and I’ve redeployed but it hasn’t done anything. When does the cycle get refreshed? What can I do?
Please help!
My app is currently dead.