Said H
Hello,
Thanks for the generous cloud pricing.
I just would like to check whether it is possible to make some adjustment to the limit?
I am currently building an MVP, and I'm already exceeding the limit.
- I am dealing with a few interfaces and am using 13 functions (instead of the limit 5 functions in free tier) By any chance, is it possible to increase the function limit, and confine it by the executions and bandwidth limit? Despite having these 13 functions, I won't hit this execution/bandwidth limit yet at least at the early stage.
- I am also using 4 buckets, instead of the limit 3 buckets in the free tier. Is it possible to increase the bucket limit, but limit it by the storage limit? Similarly, I won't hit the storage limit easily at the early stage. I am using more buckets for better segregation of uploaded files.
Hopefully, you will consider this. I plan to pay for the upgrade when the app has many users.
TL;DR
Hello,
I'm currently building an MVP and exceeding the free tier limits. I'm using 13 functions instead of the 5 function limit, and I'm using 4 buckets instead of the 3 bucket limit. Is it possible to increase these limits but keep the execution/bandwidth and storage limits in place?
Solution: It seems like you would like to have more functions and buckets while still staying within the execution/bandwidth and storage limits of the free tier. Unfortunately, only the cloud provider can increase these limits. You can reach out to them and explain your situation to see if they can make an exception or provide a solution Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...