Web Developer
Hi team, I am on Appwrite Cloud (project: staging-dataspace, SGP region). I am in the midst of deleting ~115 functions that were stuck with .fra.appwrite.run domains despite my project being in SGP. I'm now trying to re-create and deploy them but I'm hitting 429 rate limits on POST /v1/functions — even when using a server API key with functions.read + functions.write scopes.
The rate limit header shows 50 requests with reset at the next hour window, which means re-creating 115 functions would take multiple days at this pace.
Is the team able to raise the rate limit on function creation for my project so that I can complete the migration? And advice if there is a correct way to bulk re-create functions after a region domain issue.
For context I previously followed this guide https://appwrite.io/blog/post/change-regions-with-migrations but it landed me in this domain issue.
Thanks!