Rate limit blocking bulk function re-creation after FRA → SGP region migration
- 0
- Functions
- Cloud
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!
Recommended threads
- Worker functions stuck on "Fetched 0 fun...
Appwrite Version: 1.9.0 Bug Description: The appwrite-worker-functions container gets stuck in an infinite loop logging "Fetched 0 functions..." while scheduled...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...